#27506E

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

Shades of Chathams Blue #27506E

Tints of Chathams Blue #27506E

Color information

#27506E (or 0x27506E) is unknown color: approx Chathams Blue. HEX triplet: 27, 50 and 6E. RGB value is (39,80,110). Sum of RGB (Red+Green+Blue) = 39+80+110=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #27506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27506E is #D8AF91. Grayscale: #464646. Windows color (decimal): -14200722 or 7229479. OLE color: 7229479.

HSL color Cylindrical-coordinate representation of color #27506E: hue angle of 205.35º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27506E is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3980110-
CMYK0.650.2700.57
HSL205.35º47.65%29.22%-
HSV(B)205.35º64.55%43.14%-
XYZ6.527.2915.82-
YUV71.16149.92105.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.03%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=17.03%
G=34.93%
B=48.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39801100.650.2700.57205.3547.6529.22
Hex27506E411B039cd301d
Octal47120156101330713156035
Binary1001111010000110111010000011101101110011100110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27506E; }

 p { color: rgb(39,80,110); }

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

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

 a { background-color: rgb(39,80,110); }

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

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

 span { border-color: rgb(39,80,110); }

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