Html Css Color HEX #376090 Endeavour

📋 copy color: '#376090'

red 55 ◦ green 96 ◦ blue 144

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

Shades of Endeavour #376090

Tints of Endeavour #376090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

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

R = 18.64%
G = 32.54%
B = 48.81%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#376090 (or 0x376090) is known color: Endeavour. HEX triplet: 37, 60 and 90. RGB value is (55,96,144). Sum of RGB (Red+Green+Blue) = 55+96+144=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 96 (37.89% from 255 or 32.54% 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 #376090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376090 is #C89F6F. Grayscale: #585858. Windows color (decimal): -13148016 or 9461815. OLE color: 9461815.

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

Color convert

RGB 55 96 144 -
CMYK 0.62 0.33 0 0.44
HSL 212.36º 0.45% 0.39% -
HSV(B) 212.36º 0.62% 0.56% -
XYZ 10.79 11.19 27.98 -
YUV 89.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 55 96 144 0.62 0.33 0 0.44 212.36 0.45 0.39
Hex 37 60 90 3E 21 0 2C D4 2D 27
Octal 67 140 220 76 41 0 54 324 55 47
Binary 110111 1100000 10010000 111110 100001 0 101100 11010100 101101 100111

Color Harmonies of #376090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376090

Black with #376090

Text Example


Text Example

White with #376090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376090; }

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

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

background-color css

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

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

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

border-color css

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

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

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