#255B6E

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

Shades of Chathams Blue #255B6E

Tints of Chathams Blue #255B6E

Color information

#255B6E (or 0x255B6E) is unknown color: approx Chathams Blue. HEX triplet: 25, 5B and 6E. RGB value is (37,91,110). Sum of RGB (Red+Green+Blue) = 37+91+110=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #255B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B6E is #DAA491. Grayscale: #4C4C4C. Windows color (decimal): -14328978 or 7232293. OLE color: 7232293.

HSL color Cylindrical-coordinate representation of color #255B6E: hue angle of 195.62º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #255B6E is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3791110-
CMYK0.660.1700.57
HSL195.62º49.66%28.82%-
HSV(B)195.62º66.36%43.14%-
XYZ7.32916.1-
YUV77.02146.6199.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.55%
GREEN value IS 91 (35.94% from 255) = 38.24%
BLUE value IS 110 (43.36% from 255) = 46.22%
R=15.55%
G=38.24%
B=46.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37911100.660.1700.57195.6249.6628.82
Hex255B6E4211039c4321d
Octal45133156102210713046235
Binary1001011011011110111010000101000101110011100010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,91,110); }

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

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

 a { background-color: rgb(37,91,110); }

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

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

 span { border-color: rgb(37,91,110); }

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