Html Css Color HEX #376093 Endeavour

📋 copy color: '#376093'

red 55 ◦ green 96 ◦ blue 147

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

Shades of Endeavour #376093

Tints of Endeavour #376093

RGB

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

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

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

R = 18.46%
G = 32.21%
B = 49.33%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#376093 (or 0x376093) is known color: Endeavour. HEX triplet: 37, 60 and 93. RGB value is (55,96,147). Sum of RGB (Red+Green+Blue) = 55+96+147=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #376093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376093 is #C89F6C. Grayscale: #595959. Windows color (decimal): -13148013 or 9658423. OLE color: 9658423.

HSL color Cylindrical-coordinate representation of color #376093: hue angle of 213.26º 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 #376093 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 96 147 -
CMYK 0.63 0.35 0 0.42
HSL 213.26º 0.46% 0.4% -
HSV(B) 213.26º 0.63% 0.58% -
XYZ 11.02 11.28 29.2 -
YUV 89.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 55 96 147 0.63 0.35 0 0.42 213.26 0.46 0.4
Hex 37 60 93 3F 23 0 2A D5 2E 28
Octal 67 140 223 77 43 0 52 325 56 50
Binary 110111 1100000 10010011 111111 100011 0 101010 11010101 101110 101000

Color Harmonies of #376093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376093

Black with #376093

Text Example


Text Example

White with #376093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376093; }

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

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

background-color css

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

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

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

border-color css

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

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

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