#2B5672

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

Shades of Chathams Blue #2B5672

Tints of Chathams Blue #2B5672

Color information

#2B5672 (or 0x2B5672) is unknown color: approx Chathams Blue. HEX triplet: 2B, 56 and 72. RGB value is (43,86,114). Sum of RGB (Red+Green+Blue) = 43+86+114=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B5672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5672 is #D4A98D. Grayscale: #4C4C4C. Windows color (decimal): -13937038 or 7493163. OLE color: 7493163.

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

Color convert

RGB4386114-
CMYK0.620.2500.55
HSL203.66º45.22%30.78%-
HSV(B)203.66º62.28%44.71%-
XYZ7.368.3817.15-
YUV76.33149.25104.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.70%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=17.70%
G=35.39%
B=46.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43861140.620.2500.55203.6645.2230.78
Hex2B56723E19037cc2d1f
Octal5312616276310673145537
Binary101011101011011100101111101100101101111100110010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,86,114); }

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

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

 a { background-color: rgb(43,86,114); }

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

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

 span { border-color: rgb(43,86,114); }

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