Html Css Color HEX #27599D Endeavour

📋 copy color: '#27599D'

red 39 ◦ green 89 ◦ blue 157

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

Shades of Endeavour #27599D

Tints of Endeavour #27599D

RGB

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

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

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

R = 13.68%
G = 31.23%
B = 55.09%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27599D (or 0x27599D) is known color: Endeavour. HEX triplet: 27, 59 and 9D. RGB value is (39,89,157). Sum of RGB (Red+Green+Blue) = 39+89+157=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #27599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27599D is #D8A662. Grayscale: #515151. Windows color (decimal): -14198371 or 10311975. OLE color: 10311975.

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

Color convert

RGB 39 89 157 -
CMYK 0.75 0.43 0 0.38
HSL 214.58º 0.6% 0.38% -
HSV(B) 214.58º 0.75% 0.62% -
XYZ 10.49 10.01 33.28 -
YUV 81.8 170.44 97.47 -
System Red Green Blue C M Y K H S L
Decimal 39 89 157 0.75 0.43 0 0.38 214.58 0.6 0.38
Hex 27 59 9D 4B 2B 0 26 D7 3C 26
Octal 47 131 235 113 53 0 46 327 74 46
Binary 100111 1011001 10011101 1001011 101011 0 100110 11010111 111100 100110

Color Harmonies of #27599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27599D

Black with #27599D

Text Example


Text Example

White with #27599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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