#255964

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

Shades of Chathams Blue #255964

Tints of Chathams Blue #255964

Color information

#255964 (or 0x255964) is unknown color: approx Chathams Blue. HEX triplet: 25, 59 and 64. RGB value is (37,89,100). Sum of RGB (Red+Green+Blue) = 37+89+100=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 100 - color contains mainly: blue. Hex color #255964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255964 is #DAA69B. Grayscale: #4A4A4A. Windows color (decimal): -14329500 or 6576421. OLE color: 6576421.

HSL color Cylindrical-coordinate representation of color #255964: hue angle of 190.48º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #255964 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3789100-
CMYK0.630.1100.61
HSL190.48º45.99%26.86%-
HSV(B)190.48º63%39.22%-
XYZ6.648.4613.34-
YUV74.71142.27101.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 100 (39.45% from 255) = 44.25%
R=16.37%
G=39.38%
B=44.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal37891000.630.1100.61190.4845.9926.86
Hex2559643FB03Dbe2e1b
Octal4513114477130752765633
Binary10010110110011100100111111101101111011011111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255964; }

 p { color: rgb(37,89,100); }

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

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

 a { background-color: rgb(37,89,100); }

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

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

 span { border-color: rgb(37,89,100); }

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