#275770

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

Shades of Chathams Blue #275770

Tints of Chathams Blue #275770

Color information

#275770 (or 0x275770) is unknown color: approx Chathams Blue. HEX triplet: 27, 57 and 70. RGB value is (39,87,112). Sum of RGB (Red+Green+Blue) = 39+87+112=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #275770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275770 is #D8A88F. Grayscale: #4B4B4B. Windows color (decimal): -14198928 or 7362343. OLE color: 7362343.

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

Color convert

RGB3987112-
CMYK0.650.2200.56
HSL200.55º48.34%29.61%-
HSV(B)200.55º65.18%43.92%-
XYZ7.178.4216.58-
YUV75.5148.6101.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.39%
GREEN value IS 87 (34.38% from 255) = 36.55%
BLUE value IS 112 (44.14% from 255) = 47.06%
R=16.39%
G=36.55%
B=47.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39871120.650.2200.56200.5548.3429.61
Hex2757704116038c9301e
Octal47127160101260703116036
Binary1001111010111111000010000011011001110001100100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275770; }

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

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

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

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

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

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

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

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