Html Css Color HEX #27648E Endeavour

📋 copy color: '#27648E'

red 39 ◦ green 100 ◦ blue 142

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

Shades of Endeavour #27648E

Tints of Endeavour #27648E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

 BLUE value IS 142 (55.86% from 255) = 50.53%

R = 13.88%
G = 35.59%
B = 50.53%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#27648E (or 0x27648E) is known color: Endeavour. HEX triplet: 27, 64 and 8E. RGB value is (39,100,142). Sum of RGB (Red+Green+Blue) = 39+100+142=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #27648E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27648E is #D89B71. Grayscale: #565656. Windows color (decimal): -14195570 or 9331751. OLE color: 9331751.

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

Color convert

RGB 39 100 142 -
CMYK 0.73 0.30 0 0.44
HSL 204.47º 0.57% 0.35% -
HSV(B) 204.47º 0.73% 0.56% -
XYZ 10.28 11.5 27.27 -
YUV 86.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 39 100 142 0.73 0.30 0 0.44 204.47 0.57 0.35
Hex 27 64 8E 49 1E 0 2C CC 39 23
Octal 47 144 216 111 36 0 54 314 71 43
Binary 100111 1100100 10001110 1001001 11110 0 101100 11001100 111001 100011

Color Harmonies of #27648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27648E

Black with #27648E

Text Example


Text Example

White with #27648E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,100,142); }

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

background-color css

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

 a { background-color: rgb(39,100,142); }

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

border-color css

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

 span { border-color: rgb(39,100,142); }

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