Html Css Color HEX #27599E Endeavour

📋 copy color: '#27599E'

red 39 ◦ green 89 ◦ blue 158

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

Shades of Endeavour #27599E

Tints of Endeavour #27599E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.12%

 BLUE value IS 158 (62.11% from 255) = 55.24%

R = 13.64%
G = 31.12%
B = 55.24%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27599E (or 0x27599E) is known color: Endeavour. HEX triplet: 27, 59 and 9E. RGB value is (39,89,158). Sum of RGB (Red+Green+Blue) = 39+89+158=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #27599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27599E is #D8A661. Grayscale: #515151. Windows color (decimal): -14198370 or 10377511. OLE color: 10377511.

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

Color convert

RGB 39 89 158 -
CMYK 0.75 0.44 0 0.38
HSL 214.79º 0.6% 0.39% -
HSV(B) 214.79º 0.75% 0.62% -
XYZ 10.58 10.04 33.73 -
YUV 81.92 170.94 97.39 -
System Red Green Blue C M Y K H S L
Decimal 39 89 158 0.75 0.44 0 0.38 214.79 0.6 0.39
Hex 27 59 9E 4B 2C 0 26 D7 3C 27
Octal 47 131 236 113 54 0 46 327 74 47
Binary 100111 1011001 10011110 1001011 101100 0 100110 11010111 111100 100111

Color Harmonies of #27599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27599E

Black with #27599E

Text Example


Text Example

White with #27599E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,89,158); }

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

background-color css

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

 a { background-color: rgb(39,89,158); }

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

border-color css

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

 span { border-color: rgb(39,89,158); }

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