Html Css Color HEX #27559D Endeavour

📋 copy color: '#27559D'

red 39 ◦ green 85 ◦ blue 157

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

Shades of Endeavour #27559D

Tints of Endeavour #27559D

RGB

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

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

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

R = 13.88%
G = 30.25%
B = 55.87%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27559D (or 0x27559D) is known color: Endeavour. HEX triplet: 27, 55 and 9D. RGB value is (39,85,157). Sum of RGB (Red+Green+Blue) = 39+85+157=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #27559D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27559D is #D8AA62. Grayscale: #4F4F4F. Windows color (decimal): -14199395 or 10310951. OLE color: 10310951.

HSL color Cylindrical-coordinate representation of color #27559D: hue angle of 216.61º 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 #27559D is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 39 85 157 -
CMYK 0.75 0.46 0 0.38
HSL 216.61º 0.6% 0.38% -
HSV(B) 216.61º 0.75% 0.62% -
XYZ 10.17 9.36 33.17 -
YUV 79.45 171.76 99.15 -
System Red Green Blue C M Y K H S L
Decimal 39 85 157 0.75 0.46 0 0.38 216.61 0.6 0.38
Hex 27 55 9D 4B 2E 0 26 D9 3C 26
Octal 47 125 235 113 56 0 46 331 74 46
Binary 100111 1010101 10011101 1001011 101110 0 100110 11011001 111100 100110

Color Harmonies of #27559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27559D

Black with #27559D

Text Example


Text Example

White with #27559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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