#2B5B6F

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

Shades of Chathams Blue #2B5B6F

Tints of Chathams Blue #2B5B6F

Color information

#2B5B6F (or 0x2B5B6F) is unknown color: approx Chathams Blue. HEX triplet: 2B, 5B and 6F. RGB value is (43,91,111). Sum of RGB (Red+Green+Blue) = 43+91+111=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B5B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5B6F is #D4A490. Grayscale: #4E4E4E. Windows color (decimal): -13935761 or 7297835. OLE color: 7297835.

HSL color Cylindrical-coordinate representation of color #2B5B6F: hue angle of 197.65º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B5B6F is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4391111-
CMYK0.610.1800.56
HSL197.65º44.16%30.2%-
HSV(B)197.65º61.26%43.53%-
XYZ7.619.1416.4-
YUV78.93146.1102.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.55%
GREEN value IS 91 (35.94% from 255) = 37.14%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=17.55%
G=37.14%
B=45.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43911110.610.1800.56197.6544.1630.2
Hex2B5B6F3D12038c62c1e
Octal5313315775220703065436
Binary101011101101111011111111011001001110001100011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,91,111); }

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

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

 a { background-color: rgb(43,91,111); }

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

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

 span { border-color: rgb(43,91,111); }

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