#2B5668

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

Shades of Chathams Blue #2B5668

Tints of Chathams Blue #2B5668

Color information

#2B5668 (or 0x2B5668) is unknown color: approx Chathams Blue. HEX triplet: 2B, 56 and 68. RGB value is (43,86,104). Sum of RGB (Red+Green+Blue) = 43+86+104=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B5668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5668 is #D4A997. Grayscale: #4B4B4B. Windows color (decimal): -13937048 or 6837803. OLE color: 6837803.

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

Color convert

RGB4386104-
CMYK0.590.1700.59
HSL197.7º41.5%28.82%-
HSV(B)197.7º58.65%40.78%-
XYZ6.828.1714.31-
YUV75.19144.25105.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.45%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 104 (41.02% from 255) = 44.64%
R=18.45%
G=36.91%
B=44.64%

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
Decimal43861040.590.1700.59197.741.528.82
Hex2B56683B1103Bc6291d
Octal5312615073210733065135
Binary101011101011011010001110111000101110111100011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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