#2B496B

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

Shades of Cello #2B496B

Tints of Cello #2B496B

Color information

#2B496B (or 0x2B496B) is unknown color: approx Cello. HEX triplet: 2B, 49 and 6B. RGB value is (43,73,107). Sum of RGB (Red+Green+Blue) = 43+73+107=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B496B is #D4B694. Grayscale: #434343. Windows color (decimal): -13940373 or 7031083. OLE color: 7031083.

HSL color Cylindrical-coordinate representation of color #2B496B: hue angle of 211.88º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B496B is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4373107-
CMYK0.600.3200.58
HSL211.88º42.67%29.41%-
HSV(B)211.88º59.81%41.96%-
XYZ6.036.3414.82-
YUV67.91150.06110.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.28%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 107 (42.19% from 255) = 47.98%
R=19.28%
G=32.74%
B=47.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43731070.600.3200.58211.8842.6729.41
Hex2B496B3C2003Ad42b1d
Octal5311115374400723245335
Binary1010111001001110101111110010000001110101101010010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,73,107); }

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

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

 a { background-color: rgb(43,73,107); }

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

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

 span { border-color: rgb(43,73,107); }

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