#275570

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

Shades of Chathams Blue #275570

Tints of Chathams Blue #275570

Color information

#275570 (or 0x275570) is unknown color: approx Chathams Blue. HEX triplet: 27, 55 and 70. RGB value is (39,85,112). Sum of RGB (Red+Green+Blue) = 39+85+112=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #275570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275570 is #D8AA8F. Grayscale: #4A4A4A. Windows color (decimal): -14199440 or 7361831. OLE color: 7361831.

HSL color Cylindrical-coordinate representation of color #275570: hue angle of 202.19º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #275570 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3985112-
CMYK0.650.2400.56
HSL202.19º48.34%29.61%-
HSV(B)202.19º65.18%43.92%-
XYZ7.018.116.52-
YUV74.32149.26102.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.53%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 112 (44.14% from 255) = 47.46%
R=16.53%
G=36.02%
B=47.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39851120.650.2400.56202.1948.3429.61
Hex2755704118038ca301e
Octal47125160101300703126036
Binary1001111010101111000010000011100001110001100101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275570; }

 p { color: rgb(39,85,112); }

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

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

 a { background-color: rgb(39,85,112); }

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

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

 span { border-color: rgb(39,85,112); }

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