Html Css Color HEX #375E93 Endeavour

📋 copy color: '#375E93'

red 55 ◦ green 94 ◦ blue 147

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

Shades of Endeavour #375E93

Tints of Endeavour #375E93

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.76%

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

R = 18.58%
G = 31.76%
B = 49.66%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#375E93 (or 0x375E93) is known color: Endeavour. HEX triplet: 37, 5E and 93. RGB value is (55,94,147). Sum of RGB (Red+Green+Blue) = 55+94+147=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #375E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375E93 is #C8A16C. Grayscale: #585858. Windows color (decimal): -13148525 or 9657911. OLE color: 9657911.

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

Color convert

RGB 55 94 147 -
CMYK 0.63 0.36 0 0.42
HSL 214.57º 0.46% 0.4% -
HSV(B) 214.57º 0.63% 0.58% -
XYZ 10.84 10.92 29.14 -
YUV 88.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 55 94 147 0.63 0.36 0 0.42 214.57 0.46 0.4
Hex 37 5E 93 3F 24 0 2A D7 2E 28
Octal 67 136 223 77 44 0 52 327 56 50
Binary 110111 1011110 10010011 111111 100100 0 101010 11010111 101110 101000

Color Harmonies of #375E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E93

Black with #375E93

Text Example


Text Example

White with #375E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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