#255865

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

Shades of Chathams Blue #255865

Tints of Chathams Blue #255865

Color information

#255865 (or 0x255865) is unknown color: approx Chathams Blue. HEX triplet: 25, 58 and 65. RGB value is (37,88,101). Sum of RGB (Red+Green+Blue) = 37+88+101=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #255865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255865 is #DAA79A. Grayscale: #4A4A4A. Windows color (decimal): -14329755 or 6641701. OLE color: 6641701.

HSL color Cylindrical-coordinate representation of color #255865: hue angle of 192.19º 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 #255865 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3788101-
CMYK0.630.1300.60
HSL192.19º46.38%27.06%-
HSV(B)192.19º63.37%39.61%-
XYZ6.68.3113.57-
YUV74.23143.1101.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 101 (39.84% from 255) = 44.69%
R=16.37%
G=38.94%
B=44.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37881010.630.1300.60192.1946.3827.06
Hex2558653FD03Cc02e1b
Octal4513014577150743005633
Binary10010110110001100101111111110101111001100000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255865; }

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

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

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

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

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

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

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

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