Html Css Color HEX #375F94 Mariner

📋 copy color: '#375F94'

red 55 ◦ green 95 ◦ blue 148

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

Shades of Mariner #375F94

Tints of Mariner #375F94

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.88%

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

R = 18.46%
G = 31.88%
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

#375F94 (or 0x375F94) is known color: Mariner. HEX triplet: 37, 5F and 94. RGB value is (55,95,148). Sum of RGB (Red+Green+Blue) = 55+95+148=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #375F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F94 is #C8A06B. Grayscale: #585858. Windows color (decimal): -13148268 or 9723703. OLE color: 9723703.

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

Color convert

RGB 55 95 148 -
CMYK 0.63 0.36 0 0.42
HSL 214.19º 0.46% 0.4% -
HSV(B) 214.19º 0.63% 0.58% -
XYZ 11.01 11.13 29.59 -
YUV 89.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 55 95 148 0.63 0.36 0 0.42 214.19 0.46 0.4
Hex 37 5F 94 3F 24 0 2A D6 2E 28
Octal 67 137 224 77 44 0 52 326 56 50
Binary 110111 1011111 10010100 111111 100100 0 101010 11010110 101110 101000

Color Harmonies of #375F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F94

Black with #375F94

Text Example


Text Example

White with #375F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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