#2B5969

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

Shades of Chathams Blue #2B5969

Tints of Chathams Blue #2B5969

Color information

#2B5969 (or 0x2B5969) is unknown color: approx Chathams Blue. HEX triplet: 2B, 59 and 69. RGB value is (43,89,105). Sum of RGB (Red+Green+Blue) = 43+89+105=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B5969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5969 is #D4A696. Grayscale: #4C4C4C. Windows color (decimal): -13936279 or 6904107. OLE color: 6904107.

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

Color convert

RGB4389105-
CMYK0.590.1500.59
HSL195.48º41.89%29.02%-
HSV(B)195.48º59.05%41.18%-
XYZ7.128.6814.66-
YUV77.07143.76103.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.14%
GREEN value IS 89 (35.16% from 255) = 37.55%
BLUE value IS 105 (41.41% from 255) = 44.30%
R=18.14%
G=37.55%
B=44.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43891050.590.1500.59195.4841.8929.02
Hex2B59693BF03Bc32a1d
Octal5313115173170733035235
Binary10101110110011101001111011111101110111100001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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