Html Css Color HEX #396190 Endeavour

📋 copy color: '#396190'

red 57 ◦ green 97 ◦ blue 144

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

Shades of Endeavour #396190

Tints of Endeavour #396190

RGB

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

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

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

R = 19.13%
G = 32.55%
B = 48.32%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#396190 (or 0x396190) is known color: Endeavour. HEX triplet: 39, 61 and 90. RGB value is (57,97,144). Sum of RGB (Red+Green+Blue) = 57+97+144=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #396190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396190 is #C69E6F. Grayscale: #5A5A5A. Windows color (decimal): -13016688 or 9462073. OLE color: 9462073.

HSL color Cylindrical-coordinate representation of color #396190: hue angle of 212.41º 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 #396190 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 97 144 -
CMYK 0.60 0.33 0 0.44
HSL 212.41º 0.43% 0.39% -
HSV(B) 212.41º 0.6% 0.56% -
XYZ 11 11.43 28.01 -
YUV 90.4 158.25 104.18 -
System Red Green Blue C M Y K H S L
Decimal 57 97 144 0.60 0.33 0 0.44 212.41 0.43 0.39
Hex 39 61 90 3C 21 0 2C D4 2B 27
Octal 71 141 220 74 41 0 54 324 53 47
Binary 111001 1100001 10010000 111100 100001 0 101100 11010100 101011 100111

Color Harmonies of #396190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396190

Black with #396190

Text Example


Text Example

White with #396190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396190; }

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

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

background-color css

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

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

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

border-color css

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

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

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