Html Css Color HEX #376293 Endeavour

📋 copy color: '#376293'

red 55 ◦ green 98 ◦ blue 147

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

Shades of Endeavour #376293

Tints of Endeavour #376293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49%

R = 18.33%
G = 32.67%
B = 49%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#376293 (or 0x376293) is known color: Endeavour. HEX triplet: 37, 62 and 93. RGB value is (55,98,147). Sum of RGB (Red+Green+Blue) = 55+98+147=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #376293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376293 is #C89D6C. Grayscale: #5A5A5A. Windows color (decimal): -13147501 or 9658935. OLE color: 9658935.

HSL color Cylindrical-coordinate representation of color #376293: hue angle of 211.96º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #376293 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 98 147 -
CMYK 0.63 0.33 0 0.42
HSL 211.96º 0.46% 0.4% -
HSV(B) 211.96º 0.63% 0.58% -
XYZ 11.21 11.65 29.26 -
YUV 90.73 159.75 102.52 -
System Red Green Blue C M Y K H S L
Decimal 55 98 147 0.63 0.33 0 0.42 211.96 0.46 0.4
Hex 37 62 93 3F 21 0 2A D4 2E 28
Octal 67 142 223 77 41 0 52 324 56 50
Binary 110111 1100010 10010011 111111 100001 0 101010 11010100 101110 101000

Color Harmonies of #376293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376293

Black with #376293

Text Example


Text Example

White with #376293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376293; }

 p { color: rgb(55,98,147); }

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

background-color css

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

 a { background-color: rgb(55,98,147); }

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

border-color css

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

 span { border-color: rgb(55,98,147); }

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