Html Css Color HEX #27608F Endeavour

📋 copy color: '#27608F'

red 39 ◦ green 96 ◦ blue 143

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

Shades of Endeavour #27608F

Tints of Endeavour #27608F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.44%

R = 14.03%
G = 34.53%
B = 51.44%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#27608F (or 0x27608F) is known color: Endeavour. HEX triplet: 27, 60 and 8F. RGB value is (39,96,143). Sum of RGB (Red+Green+Blue) = 39+96+143=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #27608F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27608F is #D89F70. Grayscale: #545454. Windows color (decimal): -14196593 or 9396263. OLE color: 9396263.

HSL color Cylindrical-coordinate representation of color #27608F: hue angle of 207.12º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27608F is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 96 143 -
CMYK 0.73 0.33 0 0.44
HSL 207.12º 0.57% 0.36% -
HSV(B) 207.12º 0.73% 0.56% -
XYZ 9.98 10.78 27.54 -
YUV 84.32 161.12 95.68 -
System Red Green Blue C M Y K H S L
Decimal 39 96 143 0.73 0.33 0 0.44 207.12 0.57 0.36
Hex 27 60 8F 49 21 0 2C CF 39 24
Octal 47 140 217 111 41 0 54 317 71 44
Binary 100111 1100000 10001111 1001001 100001 0 101100 11001111 111001 100100

Color Harmonies of #27608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27608F

Black with #27608F

Text Example


Text Example

White with #27608F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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