#2B3758

Color #2B3758 Biscay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biscay #2B3758

Tints of Biscay #2B3758

Color information

#2B3758 (or 0x2B3758) is unknown color: approx Biscay. HEX triplet: 2B, 37 and 58. RGB value is (43,55,88). Sum of RGB (Red+Green+Blue) = 43+55+88=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B3758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3758 is #D4C8A7. Grayscale: #373737. Windows color (decimal): -13945000 or 5781291. OLE color: 5781291.

HSL color Cylindrical-coordinate representation of color #2B3758: hue angle of 224º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B3758 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB435588-
CMYK0.510.3800.65
HSL224º34.35%25.69%-
HSV(B)224º51.14%34.51%-
XYZ4.123.959.78-
YUV55.17146.52119.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 23.12%
GREEN value IS 55 (21.88% from 255) = 29.57%
BLUE value IS 88 (34.77% from 255) = 47.31%
R=23.12%
G=29.57%
B=47.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4355880.510.3800.6522434.3525.69
Hex2B37583326041e0221a
Octal5367130634601013404232
Binary1010111101111011000110011100110010000011110000010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B3758; }

 p { color: rgb(43,55,88); }

 H1.HeaderClassName
 {
   color: #2B3758;
 }
 .AnyTagClassName
 {
   color: #2B3758;
 }
</style>
background-color css

<style>
 a { background-color: #2B3758; }

 a { background-color: rgb(43,55,88); }

 div.DivClassName
 {
   background-color: #2B3758;
 }
 .BgClassName
 {
   background-color: #2B3758;
 }
</style>
border-color css

<style>
 span { border-color: #2B3758; }

 span { border-color: rgb(43,55,88); }

 td.TdClassName
 {
   border-color: #2B3758;
 }
 .TagClassName
 {
   border-color: #2B3758;
 }
</style>