Html Css Color HEX #27508B Endeavour

📋 copy color: '#27508B'

red 39 ◦ green 80 ◦ blue 139

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

Shades of Endeavour #27508B

Tints of Endeavour #27508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.88%

R = 15.12%
G = 31.01%
B = 53.88%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27508B (or 0x27508B) is known color: Endeavour. HEX triplet: 27, 50 and 8B. RGB value is (39,80,139). Sum of RGB (Red+Green+Blue) = 39+80+139=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #27508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27508B is #D8AF74. Grayscale: #4A4A4A. Windows color (decimal): -14200693 or 9130023. OLE color: 9130023.

HSL color Cylindrical-coordinate representation of color #27508B: hue angle of 215.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27508B is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 80 139 -
CMYK 0.72 0.42 0 0.45
HSL 215.4º 0.56% 0.35% -
HSV(B) 215.4º 0.72% 0.55% -
XYZ 8.37 8.03 25.54 -
YUV 74.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 39 80 139 0.72 0.42 0 0.45 215.4 0.56 0.35
Hex 27 50 8B 48 2A 0 2D D7 38 23
Octal 47 120 213 110 52 0 55 327 70 43
Binary 100111 1010000 10001011 1001000 101010 0 101101 11010111 111000 100011

Color Harmonies of #27508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27508B

Black with #27508B

Text Example


Text Example

White with #27508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27508B;
 }
 .AnyTagClassName
 {
   color: #27508B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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