Html Css Color HEX #27529D Endeavour

📋 copy color: '#27529D'

red 39 ◦ green 82 ◦ blue 157

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

Shades of Endeavour #27529D

Tints of Endeavour #27529D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.5%

 BLUE value IS 157 (61.72% from 255) = 56.47%

R = 14.03%
G = 29.5%
B = 56.47%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27529D (or 0x27529D) is known color: Endeavour. HEX triplet: 27, 52 and 9D. RGB value is (39,82,157). Sum of RGB (Red+Green+Blue) = 39+82+157=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #27529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27529D is #D8AD62. Grayscale: #4D4D4D. Windows color (decimal): -14200163 or 10310183. OLE color: 10310183.

HSL color Cylindrical-coordinate representation of color #27529D: hue angle of 218.14º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27529D is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 39 82 157 -
CMYK 0.75 0.48 0 0.38
HSL 218.14º 0.6% 0.38% -
HSV(B) 218.14º 0.75% 0.62% -
XYZ 9.94 8.9 33.09 -
YUV 77.69 172.75 100.4 -
System Red Green Blue C M Y K H S L
Decimal 39 82 157 0.75 0.48 0 0.38 218.14 0.6 0.38
Hex 27 52 9D 4B 30 0 26 DA 3C 26
Octal 47 122 235 113 60 0 46 332 74 46
Binary 100111 1010010 10011101 1001011 110000 0 100110 11011010 111100 100110

Color Harmonies of #27529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27529D

Black with #27529D

Text Example


Text Example

White with #27529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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