#2B5769

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

Shades of Chathams Blue #2B5769

Tints of Chathams Blue #2B5769

Color information

#2B5769 (or 0x2B5769) is unknown color: approx Chathams Blue. HEX triplet: 2B, 57 and 69. RGB value is (43,87,105). Sum of RGB (Red+Green+Blue) = 43+87+105=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B5769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5769 is #D4A896. Grayscale: #4B4B4B. Windows color (decimal): -13936791 or 6903595. OLE color: 6903595.

HSL color Cylindrical-coordinate representation of color #2B5769: hue angle of 197.42º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B5769 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4387105-
CMYK0.590.1700.59
HSL197.42º41.89%29.02%-
HSV(B)197.42º59.05%41.18%-
XYZ6.958.3514.61-
YUV75.9144.42104.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.30%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=18.30%
G=37.02%
B=44.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43871050.590.1700.59197.4241.8929.02
Hex2B57693B1103Bc52a1d
Octal5312715173210733055235
Binary101011101011111010011110111000101110111100010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,87,105); }

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

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

 a { background-color: rgb(43,87,105); }

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

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

 span { border-color: rgb(43,87,105); }

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