#2B5866

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

Shades of Chathams Blue #2B5866

Tints of Chathams Blue #2B5866

Color information

#2B5866 (or 0x2B5866) is unknown color: approx Chathams Blue. HEX triplet: 2B, 58 and 66. RGB value is (43,88,102). Sum of RGB (Red+Green+Blue) = 43+88+102=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B5866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5866 is #D4A799. Grayscale: #4C4C4C. Windows color (decimal): -13936538 or 6707243. OLE color: 6707243.

HSL color Cylindrical-coordinate representation of color #2B5866: hue angle of 194.24º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B5866 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4388102-
CMYK0.580.1400.6
HSL194.24º40.69%28.43%-
HSV(B)194.24º57.84%40%-
XYZ6.888.4513.84-
YUV76.14142.59104.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.45%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 102 (40.23% from 255) = 43.78%
R=18.45%
G=37.77%
B=43.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal43881020.580.1400.6194.2440.6928.43
Hex2B58663AE03Cc2291c
Octal5313014672160743025134
Binary10101110110001100110111010111001111001100001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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