Html Css Color HEX #27618D Endeavour

📋 copy color: '#27618D'

red 39 ◦ green 97 ◦ blue 141

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

Shades of Endeavour #27618D

Tints of Endeavour #27618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.02%

 BLUE value IS 141 (55.47% from 255) = 50.9%

R = 14.08%
G = 35.02%
B = 50.9%

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

#27618D (or 0x27618D) is known color: Endeavour. HEX triplet: 27, 61 and 8D. RGB value is (39,97,141). Sum of RGB (Red+Green+Blue) = 39+97+141=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #27618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27618D is #D89E72. Grayscale: #545454. Windows color (decimal): -14196339 or 9265447. OLE color: 9265447.

HSL color Cylindrical-coordinate representation of color #27618D: hue angle of 205.88º degrees, saturation: 0.57, 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 #27618D is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 97 141 -
CMYK 0.72 0.31 0 0.45
HSL 205.88º 0.57% 0.35% -
HSV(B) 205.88º 0.72% 0.55% -
XYZ 9.92 10.9 26.78 -
YUV 84.67 159.78 95.42 -
System Red Green Blue C M Y K H S L
Decimal 39 97 141 0.72 0.31 0 0.45 205.88 0.57 0.35
Hex 27 61 8D 48 1F 0 2D CE 39 23
Octal 47 141 215 110 37 0 55 316 71 43
Binary 100111 1100001 10001101 1001000 11111 0 101101 11001110 111001 100011

Color Harmonies of #27618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27618D

Black with #27618D

Text Example


Text Example

White with #27618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,97,141); }

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

background-color css

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

 a { background-color: rgb(39,97,141); }

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

border-color css

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

 span { border-color: rgb(39,97,141); }

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