#2B5169

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

Shades of Chathams Blue #2B5169

Tints of Chathams Blue #2B5169

Color information

#2B5169 (or 0x2B5169) is unknown color: approx Chathams Blue. HEX triplet: 2B, 51 and 69. RGB value is (43,81,105). Sum of RGB (Red+Green+Blue) = 43+81+105=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B5169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5169 is #D4AE96. Grayscale: #484848. Windows color (decimal): -13938327 or 6902059. OLE color: 6902059.

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

Color convert

RGB4381105-
CMYK0.590.2300.59
HSL203.23º41.89%29.02%-
HSV(B)203.23º59.05%41.18%-
XYZ6.497.4214.45-
YUV72.37146.41107.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.78%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=18.78%
G=35.37%
B=45.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43811050.590.2300.59203.2341.8929.02
Hex2B51693B1703Bcb2a1d
Octal5312115173270733135235
Binary101011101000111010011110111011101110111100101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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