#255965

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

Shades of Chathams Blue #255965

Tints of Chathams Blue #255965

Color information

#255965 (or 0x255965) is unknown color: approx Chathams Blue. HEX triplet: 25, 59 and 65. RGB value is (37,89,101). Sum of RGB (Red+Green+Blue) = 37+89+101=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #255965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255965 is #DAA69A. Grayscale: #4A4A4A. Windows color (decimal): -14329499 or 6641957. OLE color: 6641957.

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

Color convert

RGB3789101-
CMYK0.630.1200.60
HSL191.25º46.38%27.06%-
HSV(B)191.25º63.37%39.61%-
XYZ6.688.4813.6-
YUV74.82142.77101.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.30%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 101 (39.84% from 255) = 44.49%
R=16.30%
G=39.21%
B=44.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37891010.630.1200.60191.2546.3827.06
Hex2559653FC03Cbf2e1b
Octal4513114577140742775633
Binary10010110110011100101111111110001111001011111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255965; }

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

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

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

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

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

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

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

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