#2B5669

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

Shades of Chathams Blue #2B5669

Tints of Chathams Blue #2B5669

Color information

#2B5669 (or 0x2B5669) is unknown color: approx Chathams Blue. HEX triplet: 2B, 56 and 69. RGB value is (43,86,105). Sum of RGB (Red+Green+Blue) = 43+86+105=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B5669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5669 is #D4A996. Grayscale: #4B4B4B. Windows color (decimal): -13937047 or 6903339. OLE color: 6903339.

HSL color Cylindrical-coordinate representation of color #2B5669: hue angle of 198.39º 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 #2B5669 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4386105-
CMYK0.590.1800.59
HSL198.39º41.89%29.02%-
HSV(B)198.39º59.05%41.18%-
XYZ6.878.1914.58-
YUV75.31144.75104.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 105 (41.41% from 255) = 44.87%
R=18.38%
G=36.75%
B=44.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43861050.590.1800.59198.3941.8929.02
Hex2B56693B1203Bc62a1d
Octal5312615173220733065235
Binary101011101011011010011110111001001110111100011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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