Html Css Color HEX #376490 Endeavour

📋 copy color: '#376490'

red 55 ◦ green 100 ◦ blue 144

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

Shades of Endeavour #376490

Tints of Endeavour #376490

RGB

 RED value IS 55 (21.88% from 255) = 18.39%

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

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

R = 18.39%
G = 33.44%
B = 48.16%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#376490 (or 0x376490) is known color: Endeavour. HEX triplet: 37, 64 and 90. RGB value is (55,100,144). Sum of RGB (Red+Green+Blue) = 55+100+144=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 100 (39.45% from 255 or 33.44% 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 #376490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376490 is #C89B6F. Grayscale: #5B5B5B. Windows color (decimal): -13146992 or 9462839. OLE color: 9462839.

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

Color convert

RGB 55 100 144 -
CMYK 0.62 0.31 0 0.44
HSL 209.66º 0.45% 0.39% -
HSV(B) 209.66º 0.62% 0.56% -
XYZ 11.17 11.94 28.1 -
YUV 91.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 55 100 144 0.62 0.31 0 0.44 209.66 0.45 0.39
Hex 37 64 90 3E 1F 0 2C D2 2D 27
Octal 67 144 220 76 37 0 54 322 55 47
Binary 110111 1100100 10010000 111110 11111 0 101100 11010010 101101 100111

Color Harmonies of #376490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376490

Black with #376490

Text Example


Text Example

White with #376490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376490; }

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

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

background-color css

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

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

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

border-color css

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

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

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