Html Css Color HEX #366190 Endeavour

📋 copy color: '#366190'

red 54 ◦ green 97 ◦ blue 144

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

Shades of Endeavour #366190

Tints of Endeavour #366190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.81%

R = 18.31%
G = 32.88%
B = 48.81%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#366190 (or 0x366190) is known color: Endeavour. HEX triplet: 36, 61 and 90. RGB value is (54,97,144). Sum of RGB (Red+Green+Blue) = 54+97+144=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #366190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366190 is #C99E6F. Grayscale: #595959. Windows color (decimal): -13213296 or 9462070. OLE color: 9462070.

HSL color Cylindrical-coordinate representation of color #366190: hue angle of 211.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #366190 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 97 144 -
CMYK 0.63 0.33 0 0.44
HSL 211.33º 0.45% 0.39% -
HSV(B) 211.33º 0.63% 0.56% -
XYZ 10.83 11.35 28.01 -
YUV 89.5 158.75 102.68 -
System Red Green Blue C M Y K H S L
Decimal 54 97 144 0.63 0.33 0 0.44 211.33 0.45 0.39
Hex 36 61 90 3F 21 0 2C D3 2D 27
Octal 66 141 220 77 41 0 54 323 55 47
Binary 110110 1100001 10010000 111111 100001 0 101100 11010011 101101 100111

Color Harmonies of #366190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366190

Black with #366190

Text Example


Text Example

White with #366190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366190; }

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

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

background-color css

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

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

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

border-color css

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

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

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