Html Css Color HEX #376392 Endeavour

📋 copy color: '#376392'

red 55 ◦ green 99 ◦ blue 146

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

Shades of Endeavour #376392

Tints of Endeavour #376392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

 BLUE value IS 146 (57.42% from 255) = 48.67%

R = 18.33%
G = 33%
B = 48.67%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#376392 (or 0x376392) is known color: Endeavour. HEX triplet: 37, 63 and 92. RGB value is (55,99,146). Sum of RGB (Red+Green+Blue) = 55+99+146=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #376392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376392 is #C89C6D. Grayscale: #5A5A5A. Windows color (decimal): -13147246 or 9593655. OLE color: 9593655.

HSL color Cylindrical-coordinate representation of color #376392: hue angle of 210.99º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #376392 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 99 146 -
CMYK 0.62 0.32 0 0.43
HSL 210.99º 0.45% 0.39% -
HSV(B) 210.99º 0.62% 0.57% -
XYZ 11.23 11.81 28.88 -
YUV 91.2 158.92 102.18 -
System Red Green Blue C M Y K H S L
Decimal 55 99 146 0.62 0.32 0 0.43 210.99 0.45 0.39
Hex 37 63 92 3E 20 0 2B D3 2D 27
Octal 67 143 222 76 40 0 53 323 55 47
Binary 110111 1100011 10010010 111110 100000 0 101011 11010011 101101 100111

Color Harmonies of #376392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376392

Black with #376392

Text Example


Text Example

White with #376392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376392; }

 p { color: rgb(55,99,146); }

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

background-color css

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

 a { background-color: rgb(55,99,146); }

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

border-color css

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

 span { border-color: rgb(55,99,146); }

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