Html Css Color HEX #27558E Endeavour

📋 copy color: '#27558E'

red 39 ◦ green 85 ◦ blue 142

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

Shades of Endeavour #27558E

Tints of Endeavour #27558E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

 BLUE value IS 142 (55.86% from 255) = 53.38%

R = 14.66%
G = 31.95%
B = 53.38%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#27558E (or 0x27558E) is known color: Endeavour. HEX triplet: 27, 55 and 8E. RGB value is (39,85,142). Sum of RGB (Red+Green+Blue) = 39+85+142=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #27558E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27558E is #D8AA71. Grayscale: #4D4D4D. Windows color (decimal): -14199410 or 9327911. OLE color: 9327911.

HSL color Cylindrical-coordinate representation of color #27558E: hue angle of 213.2º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27558E is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 85 142 -
CMYK 0.73 0.40 0 0.44
HSL 213.2º 0.57% 0.35% -
HSV(B) 213.2º 0.73% 0.56% -
XYZ 8.97 8.88 26.83 -
YUV 77.74 164.26 100.37 -
System Red Green Blue C M Y K H S L
Decimal 39 85 142 0.73 0.40 0 0.44 213.2 0.57 0.35
Hex 27 55 8E 49 28 0 2C D5 39 23
Octal 47 125 216 111 50 0 54 325 71 43
Binary 100111 1010101 10001110 1001001 101000 0 101100 11010101 111001 100011

Color Harmonies of #27558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27558E

Black with #27558E

Text Example


Text Example

White with #27558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27558E; }

 p { color: rgb(39,85,142); }

 H1.HeaderClassName
 {
   color: #27558E;
 }
 .AnyTagClassName
 {
   color: #27558E;
 }
</style>

background-color css

<style>
 a { background-color: #27558E; }

 a { background-color: rgb(39,85,142); }

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

border-color css

<style>
 span { border-color: #27558E; }

 span { border-color: rgb(39,85,142); }

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