Html Css Color HEX #27508D Endeavour

📋 copy color: '#27508D'

red 39 ◦ green 80 ◦ blue 141

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

Shades of Endeavour #27508D

Tints of Endeavour #27508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 54.23%

R = 15%
G = 30.77%
B = 54.23%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27508D (or 0x27508D) is known color: Endeavour. HEX triplet: 27, 50 and 8D. RGB value is (39,80,141). Sum of RGB (Red+Green+Blue) = 39+80+141=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #27508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27508D is #D8AF72. Grayscale: #4A4A4A. Windows color (decimal): -14200691 or 9261095. OLE color: 9261095.

HSL color Cylindrical-coordinate representation of color #27508D: hue angle of 215.88º degrees, saturation: 0.57, 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 #27508D is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 80 141 -
CMYK 0.72 0.43 0 0.45
HSL 215.88º 0.57% 0.35% -
HSV(B) 215.88º 0.72% 0.55% -
XYZ 8.51 8.09 26.31 -
YUV 74.7 165.42 102.54 -
System Red Green Blue C M Y K H S L
Decimal 39 80 141 0.72 0.43 0 0.45 215.88 0.57 0.35
Hex 27 50 8D 48 2B 0 2D D8 39 23
Octal 47 120 215 110 53 0 55 330 71 43
Binary 100111 1010000 10001101 1001000 101011 0 101101 11011000 111001 100011

Color Harmonies of #27508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27508D

Black with #27508D

Text Example


Text Example

White with #27508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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