Html Css Color HEX #375E94 Mariner

📋 copy color: '#375E94'

red 55 ◦ green 94 ◦ blue 148

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

Shades of Mariner #375E94

Tints of Mariner #375E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.83%

R = 18.52%
G = 31.65%
B = 49.83%

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

#375E94 (or 0x375E94) is known color: Mariner. HEX triplet: 37, 5E and 94. RGB value is (55,94,148). Sum of RGB (Red+Green+Blue) = 55+94+148=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #375E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375E94 is #C8A16B. Grayscale: #585858. Windows color (decimal): -13148524 or 9723447. OLE color: 9723447.

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

Color convert

RGB 55 94 148 -
CMYK 0.63 0.36 0 0.42
HSL 214.84º 0.46% 0.4% -
HSV(B) 214.84º 0.63% 0.58% -
XYZ 10.92 10.96 29.56 -
YUV 88.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 55 94 148 0.63 0.36 0 0.42 214.84 0.46 0.4
Hex 37 5E 94 3F 24 0 2A D7 2E 28
Octal 67 136 224 77 44 0 52 327 56 50
Binary 110111 1011110 10010100 111111 100100 0 101010 11010111 101110 101000

Color Harmonies of #375E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E94

Black with #375E94

Text Example


Text Example

White with #375E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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