Html Css Color HEX #375D94 Mariner

📋 copy color: '#375D94'

red 55 ◦ green 93 ◦ blue 148

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

Shades of Mariner #375D94

Tints of Mariner #375D94

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.42%

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

R = 18.58%
G = 31.42%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#375D94 (or 0x375D94) is known color: Mariner. HEX triplet: 37, 5D and 94. RGB value is (55,93,148). Sum of RGB (Red+Green+Blue) = 55+93+148=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #375D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375D94 is #C8A26B. Grayscale: #575757. Windows color (decimal): -13148780 or 9723191. OLE color: 9723191.

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

Color convert

RGB 55 93 148 -
CMYK 0.63 0.37 0 0.42
HSL 215.48º 0.46% 0.4% -
HSV(B) 215.48º 0.63% 0.58% -
XYZ 10.84 10.78 29.53 -
YUV 87.91 161.91 104.53 -
System Red Green Blue C M Y K H S L
Decimal 55 93 148 0.63 0.37 0 0.42 215.48 0.46 0.4
Hex 37 5D 94 3F 25 0 2A D7 2E 28
Octal 67 135 224 77 45 0 52 327 56 50
Binary 110111 1011101 10010100 111111 100101 0 101010 11010111 101110 101000

Color Harmonies of #375D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375D94

Black with #375D94

Text Example


Text Example

White with #375D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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