Html Css Color HEX #375C94 Mariner

📋 copy color: '#375C94'

red 55 ◦ green 92 ◦ blue 148

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

Shades of Mariner #375C94

Tints of Mariner #375C94

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.19%

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

R = 18.64%
G = 31.19%
B = 50.17%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#375C94 (or 0x375C94) is known color: Mariner. HEX triplet: 37, 5C and 94. RGB value is (55,92,148). Sum of RGB (Red+Green+Blue) = 55+92+148=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #375C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375C94 is #C8A36B. Grayscale: #575757. Windows color (decimal): -13149036 or 9722935. OLE color: 9722935.

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

Color convert

RGB 55 92 148 -
CMYK 0.63 0.38 0 0.42
HSL 216.13º 0.46% 0.4% -
HSV(B) 216.13º 0.63% 0.58% -
XYZ 10.75 10.6 29.5 -
YUV 87.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 55 92 148 0.63 0.38 0 0.42 216.13 0.46 0.4
Hex 37 5C 94 3F 26 0 2A D8 2E 28
Octal 67 134 224 77 46 0 52 330 56 50
Binary 110111 1011100 10010100 111111 100110 0 101010 11011000 101110 101000

Color Harmonies of #375C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C94

Black with #375C94

Text Example


Text Example

White with #375C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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