#2B5868

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

Shades of Chathams Blue #2B5868

Tints of Chathams Blue #2B5868

Color information

#2B5868 (or 0x2B5868) is unknown color: approx Chathams Blue. HEX triplet: 2B, 58 and 68. RGB value is (43,88,104). Sum of RGB (Red+Green+Blue) = 43+88+104=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B5868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5868 is #D4A797. Grayscale: #4C4C4C. Windows color (decimal): -13936536 or 6838315. OLE color: 6838315.

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

Color convert

RGB4388104-
CMYK0.590.1500.59
HSL195.74º41.5%28.82%-
HSV(B)195.74º58.65%40.78%-
XYZ6.988.4914.37-
YUV76.37143.59104.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.30%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=18.30%
G=37.45%
B=44.26%

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
Decimal43881040.590.1500.59195.7441.528.82
Hex2B58683BF03Bc4291d
Octal5313015073170733045135
Binary10101110110001101000111011111101110111100010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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