Html Css Color HEX #27506C Chathams Blue

📋 copy color: '#27506C'

red 39 ◦ green 80 ◦ blue 108

#27506C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chathams Blue #27506C

Tints of Chathams Blue #27506C

RGB

 RED value IS 39 (15.63% from 255) = 17.18%

 GREEN value IS 80 (31.64% from 255) = 35.24%

 BLUE value IS 108 (42.58% from 255) = 47.58%

R = 17.18%
G = 35.24%
B = 47.58%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#27506C (or 0x27506C) is known color: Chathams Blue. HEX triplet: 27, 50 and 6C. RGB value is (39,80,108). Sum of RGB (Red+Green+Blue) = 39+80+108=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #27506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27506C is #D8AF93. Grayscale: #464646. Windows color (decimal): -14200724 or 7098407. OLE color: 7098407.

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

Color convert

RGB 39 80 108 -
CMYK 0.64 0.26 0 0.58
HSL 204.35º 0.47% 0.29% -
HSV(B) 204.35º 0.64% 0.42% -
XYZ 6.41 7.25 15.25 -
YUV 70.93 148.92 105.22 -
System Red Green Blue C M Y K H S L
Decimal 39 80 108 0.64 0.26 0 0.58 204.35 0.47 0.29
Hex 27 50 6C 40 1A 0 3A CC 2F 1D
Octal 47 120 154 100 32 0 72 314 57 35
Binary 100111 1010000 1101100 1000000 11010 0 111010 11001100 101111 11101

Color Harmonies of #27506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27506C

Black with #27506C

Text Example


Text Example

White with #27506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27506C;
 }
 .AnyTagClassName
 {
   color: #27506C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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