Html Css Color HEX #366191 Endeavour

📋 copy color: '#366191'

red 54 ◦ green 97 ◦ blue 145

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

Shades of Endeavour #366191

Tints of Endeavour #366191

RGB

 RED value IS 54 (21.48% from 255) = 18.24%

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

 BLUE value IS 145 (57.03% from 255) = 48.99%

R = 18.24%
G = 32.77%
B = 48.99%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#366191 (or 0x366191) is known color: Endeavour. HEX triplet: 36, 61 and 91. RGB value is (54,97,145). Sum of RGB (Red+Green+Blue) = 54+97+145=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #366191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366191 is #C99E6E. Grayscale: #595959. Windows color (decimal): -13213295 or 9527606. OLE color: 9527606.

HSL color Cylindrical-coordinate representation of color #366191: hue angle of 211.65º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #366191 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 97 145 -
CMYK 0.63 0.33 0 0.43
HSL 211.65º 0.46% 0.39% -
HSV(B) 211.65º 0.63% 0.57% -
XYZ 10.91 11.38 28.41 -
YUV 89.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 54 97 145 0.63 0.33 0 0.43 211.65 0.46 0.39
Hex 36 61 91 3F 21 0 2B D4 2E 27
Octal 66 141 221 77 41 0 53 324 56 47
Binary 110110 1100001 10010001 111111 100001 0 101011 11010100 101110 100111

Color Harmonies of #366191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366191

Black with #366191

Text Example


Text Example

White with #366191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366191; }

 p { color: rgb(54,97,145); }

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

background-color css

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

 a { background-color: rgb(54,97,145); }

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

border-color css

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

 span { border-color: rgb(54,97,145); }

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