Html Css Color HEX #396490 Endeavour

📋 copy color: '#396490'

red 57 ◦ green 100 ◦ blue 144

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

Shades of Endeavour #396490

Tints of Endeavour #396490

RGB

 RED value IS 57 (22.66% from 255) = 18.94%

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

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

R = 18.94%
G = 33.22%
B = 47.84%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#396490 (or 0x396490) is known color: Endeavour. HEX triplet: 39, 64 and 90. RGB value is (57,100,144). Sum of RGB (Red+Green+Blue) = 57+100+144=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #396490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396490 is #C69B6F. Grayscale: #5B5B5B. Windows color (decimal): -13015920 or 9462841. OLE color: 9462841.

HSL color Cylindrical-coordinate representation of color #396490: hue angle of 210.34º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #396490 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 100 144 -
CMYK 0.60 0.31 0 0.44
HSL 210.34º 0.43% 0.39% -
HSV(B) 210.34º 0.6% 0.56% -
XYZ 11.28 12 28.11 -
YUV 92.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 57 100 144 0.60 0.31 0 0.44 210.34 0.43 0.39
Hex 39 64 90 3C 1F 0 2C D2 2B 27
Octal 71 144 220 74 37 0 54 322 53 47
Binary 111001 1100100 10010000 111100 11111 0 101100 11010010 101011 100111

Color Harmonies of #396490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396490

Black with #396490

Text Example


Text Example

White with #396490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396490; }

 p { color: rgb(57,100,144); }

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

background-color css

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

 a { background-color: rgb(57,100,144); }

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

border-color css

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

 span { border-color: rgb(57,100,144); }

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