#27526C

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

Shades of Chathams Blue #27526C

Tints of Chathams Blue #27526C

Color information

#27526C (or 0x27526C) is unknown color: approx Chathams Blue. HEX triplet: 27, 52 and 6C. RGB value is (39,82,108). Sum of RGB (Red+Green+Blue) = 39+82+108=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #27526C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27526C is #D8AD93. Grayscale: #474747. Windows color (decimal): -14200212 or 7098919. OLE color: 7098919.

HSL color Cylindrical-coordinate representation of color #27526C: hue angle of 202.61º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27526C is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3982108-
CMYK0.640.2400.58
HSL202.61º46.94%28.82%-
HSV(B)202.61º63.89%42.35%-
XYZ6.567.5515.3-
YUV72.11148.25104.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.03%
GREEN value IS 82 (32.42% from 255) = 35.81%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=17.03%
G=35.81%
B=47.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39821080.640.2400.58202.6146.9428.82
Hex27526C401803Acb2f1d
Octal47122154100300723135735
Binary1001111010010110110010000001100001110101100101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27526C; }

 p { color: rgb(39,82,108); }

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

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

 a { background-color: rgb(39,82,108); }

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

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

 span { border-color: rgb(39,82,108); }

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