Html Css Color HEX #27506D Chathams Blue

📋 copy color: '#27506D'

red 39 ◦ green 80 ◦ blue 109

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

Shades of Chathams Blue #27506D

Tints of Chathams Blue #27506D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 47.81%

R = 17.11%
G = 35.09%
B = 47.81%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#27506D (or 0x27506D) is known color: Chathams Blue. HEX triplet: 27, 50 and 6D. RGB value is (39,80,109). Sum of RGB (Red+Green+Blue) = 39+80+109=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #27506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27506D is #D8AF92. Grayscale: #464646. Windows color (decimal): -14200723 or 7163943. OLE color: 7163943.

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

Color convert

RGB 39 80 109 -
CMYK 0.64 0.27 0 0.57
HSL 204.86º 0.47% 0.29% -
HSV(B) 204.86º 0.64% 0.43% -
XYZ 6.47 7.27 15.53 -
YUV 71.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 39 80 109 0.64 0.27 0 0.57 204.86 0.47 0.29
Hex 27 50 6D 40 1B 0 39 CD 2F 1D
Octal 47 120 155 100 33 0 71 315 57 35
Binary 100111 1010000 1101101 1000000 11011 0 111001 11001101 101111 11101

Color Harmonies of #27506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27506D

Black with #27506D

Text Example


Text Example

White with #27506D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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