#255A65

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

Shades of Chathams Blue #255A65

Tints of Chathams Blue #255A65

Color information

#255A65 (or 0x255A65) is unknown color: approx Chathams Blue. HEX triplet: 25, 5A and 65. RGB value is (37,90,101). Sum of RGB (Red+Green+Blue) = 37+90+101=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #255A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A65 is #DAA59A. Grayscale: #4B4B4B. Windows color (decimal): -14329243 or 6642213. OLE color: 6642213.

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

Color convert

RGB3790101-
CMYK0.630.1100.60
HSL190.31º46.38%27.06%-
HSV(B)190.31º63.37%39.61%-
XYZ6.778.6513.62-
YUV75.41142.44100.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 90 (35.55% from 255) = 39.47%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=16.23%
G=39.47%
B=44.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37901010.630.1100.60190.3146.3827.06
Hex255A653FB03Cbe2e1b
Octal4513214577130742765633
Binary10010110110101100101111111101101111001011111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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