#275970

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

Shades of Chathams Blue #275970

Tints of Chathams Blue #275970

Color information

#275970 (or 0x275970) is unknown color: approx Chathams Blue. HEX triplet: 27, 59 and 70. RGB value is (39,89,112). Sum of RGB (Red+Green+Blue) = 39+89+112=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #275970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275970 is #D8A68F. Grayscale: #4C4C4C. Windows color (decimal): -14198416 or 7362855. OLE color: 7362855.

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

Color convert

RGB3989112-
CMYK0.650.2100.56
HSL198.9º48.34%29.61%-
HSV(B)198.9º65.18%43.92%-
XYZ7.338.7516.63-
YUV76.67147.94101.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.25%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 112 (44.14% from 255) = 46.67%
R=16.25%
G=37.08%
B=46.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39891120.650.2100.56198.948.3429.61
Hex2759704115038c7301e
Octal47131160101250703076036
Binary1001111011001111000010000011010101110001100011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275970; }

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

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

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

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

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

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

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

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