#255270

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

Shades of Chathams Blue #255270

Tints of Chathams Blue #255270

Color information

#255270 (or 0x255270) is unknown color: approx Chathams Blue. HEX triplet: 25, 52 and 70. RGB value is (37,82,112). Sum of RGB (Red+Green+Blue) = 37+82+112=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #255270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255270 is #DAAD8F. Grayscale: #474747. Windows color (decimal): -14331280 or 7361061. OLE color: 7361061.

HSL color Cylindrical-coordinate representation of color #255270: hue angle of 204º 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 #255270 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3782112-
CMYK0.670.2700.56
HSL204º50.34%29.22%-
HSV(B)204º66.96%43.92%-
XYZ6.77.616.44-
YUV71.96150.59103.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=16.02%
G=35.50%
B=48.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37821120.670.2700.5620450.3429.22
Hex255270431B038cc321d
Octal45122160103330703146235
Binary1001011010010111000010000111101101110001100110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255270; }

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

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

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

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

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

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

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

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