#2B5A74

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

Shades of Chathams Blue #2B5A74

Tints of Chathams Blue #2B5A74

Color information

#2B5A74 (or 0x2B5A74) is unknown color: approx Chathams Blue. HEX triplet: 2B, 5A and 74. RGB value is (43,90,116). Sum of RGB (Red+Green+Blue) = 43+90+116=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #2B5A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5A74 is #D4A58B. Grayscale: #4E4E4E. Windows color (decimal): -13936012 or 7625259. OLE color: 7625259.

HSL color Cylindrical-coordinate representation of color #2B5A74: hue angle of 201.37º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B5A74 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4390116-
CMYK0.630.2200.55
HSL201.37º45.91%31.18%-
HSV(B)201.37º62.93%45.49%-
XYZ7.89.0917.87-
YUV78.91148.93102.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.27%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 116 (45.70% from 255) = 46.59%
R=17.27%
G=36.14%
B=46.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43901160.630.2200.55201.3745.9131.18
Hex2B5A743F16037c92e1f
Octal5313216477260673115637
Binary101011101101011101001111111011001101111100100110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,90,116); }

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

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

 a { background-color: rgb(43,90,116); }

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

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

 span { border-color: rgb(43,90,116); }

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