Html Css Color HEX #27599B Endeavour

📋 copy color: '#27599B'

red 39 ◦ green 89 ◦ blue 155

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

Shades of Endeavour #27599B

Tints of Endeavour #27599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 13.78%
G = 31.45%
B = 54.77%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27599B (or 0x27599B) is known color: Endeavour. HEX triplet: 27, 59 and 9B. RGB value is (39,89,155). Sum of RGB (Red+Green+Blue) = 39+89+155=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #27599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27599B is #D8A664. Grayscale: #515151. Windows color (decimal): -14198373 or 10180903. OLE color: 10180903.

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

Color convert

RGB 39 89 155 -
CMYK 0.75 0.43 0 0.39
HSL 214.14º 0.6% 0.38% -
HSV(B) 214.14º 0.75% 0.61% -
XYZ 10.33 9.94 32.39 -
YUV 81.57 169.44 97.63 -
System Red Green Blue C M Y K H S L
Decimal 39 89 155 0.75 0.43 0 0.39 214.14 0.6 0.38
Hex 27 59 9B 4B 2B 0 27 D6 3C 26
Octal 47 131 233 113 53 0 47 326 74 46
Binary 100111 1011001 10011011 1001011 101011 0 100111 11010110 111100 100110

Color Harmonies of #27599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27599B

Black with #27599B

Text Example


Text Example

White with #27599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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