#255A6F

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

Shades of Chathams Blue #255A6F

Tints of Chathams Blue #255A6F

Color information

#255A6F (or 0x255A6F) is unknown color: approx Chathams Blue. HEX triplet: 25, 5A and 6F. RGB value is (37,90,111). Sum of RGB (Red+Green+Blue) = 37+90+111=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #255A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A6F is #DAA590. Grayscale: #4C4C4C. Windows color (decimal): -14329233 or 7297573. OLE color: 7297573.

HSL color Cylindrical-coordinate representation of color #255A6F: hue angle of 197.03º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #255A6F is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3790111-
CMYK0.670.1900.56
HSL197.03º50%29.02%-
HSV(B)197.03º66.67%43.53%-
XYZ7.298.8516.36-
YUV76.55147.4499.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.55%
GREEN value IS 90 (35.55% from 255) = 37.82%
BLUE value IS 111 (43.75% from 255) = 46.64%
R=15.55%
G=37.82%
B=46.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37901110.670.1900.56197.035029.02
Hex255A6F4313038c5321d
Octal45132157103230703056235
Binary1001011011010110111110000111001101110001100010111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255A6F; }

 p { color: rgb(37,90,111); }

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

<style>
 a { background-color: #255A6F; }

 a { background-color: rgb(37,90,111); }

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

<style>
 span { border-color: #255A6F; }

 span { border-color: rgb(37,90,111); }

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