Html Css Color HEX #27608B Endeavour

📋 copy color: '#27608B'

red 39 ◦ green 96 ◦ blue 139

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

Shades of Endeavour #27608B

Tints of Endeavour #27608B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.04%

 BLUE value IS 139 (54.69% from 255) = 50.73%

R = 14.23%
G = 35.04%
B = 50.73%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27608B (or 0x27608B) is known color: Endeavour. HEX triplet: 27, 60 and 8B. RGB value is (39,96,139). Sum of RGB (Red+Green+Blue) = 39+96+139=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #27608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27608B is #D89F74. Grayscale: #535353. Windows color (decimal): -14196597 or 9134119. OLE color: 9134119.

HSL color Cylindrical-coordinate representation of color #27608B: hue angle of 205.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27608B is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 96 139 -
CMYK 0.72 0.31 0 0.45
HSL 205.8º 0.56% 0.35% -
HSV(B) 205.8º 0.72% 0.55% -
XYZ 9.68 10.66 25.97 -
YUV 83.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 39 96 139 0.72 0.31 0 0.45 205.8 0.56 0.35
Hex 27 60 8B 48 1F 0 2D CE 38 23
Octal 47 140 213 110 37 0 55 316 70 43
Binary 100111 1100000 10001011 1001000 11111 0 101101 11001110 111000 100011

Color Harmonies of #27608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27608B

Black with #27608B

Text Example


Text Example

White with #27608B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,96,139); }

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

background-color css

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

 a { background-color: rgb(39,96,139); }

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

border-color css

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

 span { border-color: rgb(39,96,139); }

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