#255370

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

Shades of Chathams Blue #255370

Tints of Chathams Blue #255370

Color information

#255370 (or 0x255370) is unknown color: approx Chathams Blue. HEX triplet: 25, 53 and 70. RGB value is (37,83,112). Sum of RGB (Red+Green+Blue) = 37+83+112=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #255370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255370 is #DAAC8F. Grayscale: #484848. Windows color (decimal): -14331024 or 7361317. OLE color: 7361317.

HSL color Cylindrical-coordinate representation of color #255370: hue angle of 203.2º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #255370 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3783112-
CMYK0.670.2600.56
HSL203.2º50.34%29.22%-
HSV(B)203.2º66.96%43.92%-
XYZ6.787.7516.47-
YUV72.55150.26102.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.95%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 112 (44.14% from 255) = 48.28%
R=15.95%
G=35.78%
B=48.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37831120.670.2600.56203.250.3429.22
Hex255370431A038cb321d
Octal45123160103320703136235
Binary1001011010011111000010000111101001110001100101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255370; }

 p { color: rgb(37,83,112); }

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

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

 a { background-color: rgb(37,83,112); }

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

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

 span { border-color: rgb(37,83,112); }

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