Html Css Color HEX #396290 Endeavour

📋 copy color: '#396290'

red 57 ◦ green 98 ◦ blue 144

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

Shades of Endeavour #396290

Tints of Endeavour #396290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

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

R = 19.06%
G = 32.78%
B = 48.16%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#396290 (or 0x396290) is known color: Endeavour. HEX triplet: 39, 62 and 90. RGB value is (57,98,144). Sum of RGB (Red+Green+Blue) = 57+98+144=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #396290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396290 is #C69D6F. Grayscale: #5A5A5A. Windows color (decimal): -13016432 or 9462329. OLE color: 9462329.

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

Color convert

RGB 57 98 144 -
CMYK 0.60 0.32 0 0.44
HSL 211.72º 0.43% 0.39% -
HSV(B) 211.72º 0.6% 0.56% -
XYZ 11.09 11.62 28.04 -
YUV 90.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 57 98 144 0.60 0.32 0 0.44 211.72 0.43 0.39
Hex 39 62 90 3C 20 0 2C D4 2B 27
Octal 71 142 220 74 40 0 54 324 53 47
Binary 111001 1100010 10010000 111100 100000 0 101100 11010100 101011 100111

Color Harmonies of #396290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396290

Black with #396290

Text Example


Text Example

White with #396290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396290; }

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

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

background-color css

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

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

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

border-color css

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

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

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