#2B5A75

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

Shades of Chathams Blue #2B5A75

Tints of Chathams Blue #2B5A75

Color information

#2B5A75 (or 0x2B5A75) is unknown color: approx Chathams Blue. HEX triplet: 2B, 5A and 75. RGB value is (43,90,117). Sum of RGB (Red+Green+Blue) = 43+90+117=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B5A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5A75 is #D4A58A. Grayscale: #4E4E4E. Windows color (decimal): -13936011 or 7690795. OLE color: 7690795.

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

Color convert

RGB4390117-
CMYK0.630.2300.54
HSL201.89º46.25%31.37%-
HSV(B)201.89º63.25%45.88%-
XYZ7.869.1118.17-
YUV79.03149.43102.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.2%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=17.2%
G=36%
B=46.8%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43901170.630.2300.54201.8946.2531.37
Hex2B5A753F17036ca2e1f
Octal5313216577270663125637
Binary101011101101011101011111111011101101101100101010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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