#2B5C75

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

Shades of Chathams Blue #2B5C75

Tints of Chathams Blue #2B5C75

Color information

#2B5C75 (or 0x2B5C75) is unknown color: approx Chathams Blue. HEX triplet: 2B, 5C and 75. RGB value is (43,92,117). Sum of RGB (Red+Green+Blue) = 43+92+117=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B5C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5C75 is #D4A38A. Grayscale: #505050. Windows color (decimal): -13935499 or 7691307. OLE color: 7691307.

HSL color Cylindrical-coordinate representation of color #2B5C75: hue angle of 200.27º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B5C75 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4392117-
CMYK0.630.2100.54
HSL200.27º46.25%31.37%-
HSV(B)200.27º63.25%45.88%-
XYZ8.039.4518.23-
YUV80.2148.77101.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.06%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=17.06%
G=36.51%
B=46.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43921170.630.2100.54200.2746.2531.37
Hex2B5C753F15036c82e1f
Octal5313416577250663105637
Binary101011101110011101011111111010101101101100100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,92,117); }

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

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

 a { background-color: rgb(43,92,117); }

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

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

 span { border-color: rgb(43,92,117); }

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