#27526B

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

Shades of Chathams Blue #27526B

Tints of Chathams Blue #27526B

Color information

#27526B (or 0x27526B) is unknown color: approx Chathams Blue. HEX triplet: 27, 52 and 6B. RGB value is (39,82,107). Sum of RGB (Red+Green+Blue) = 39+82+107=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #27526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27526B is #D8AD94. Grayscale: #474747. Windows color (decimal): -14200213 or 7033383. OLE color: 7033383.

HSL color Cylindrical-coordinate representation of color #27526B: hue angle of 202.06º 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 #27526B is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3982107-
CMYK0.640.2300.58
HSL202.06º46.58%28.63%-
HSV(B)202.06º63.55%41.96%-
XYZ6.517.5315.02-
YUV71.99147.75104.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.11%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=17.11%
G=35.96%
B=46.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39821070.640.2300.58202.0646.5828.63
Hex27526B401703Aca2f1d
Octal47122153100270723125735
Binary1001111010010110101110000001011101110101100101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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