Html Css Color HEX #375C95 Mariner

📋 copy color: '#375C95'

red 55 ◦ green 92 ◦ blue 149

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

Shades of Mariner #375C95

Tints of Mariner #375C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.34%

R = 18.58%
G = 31.08%
B = 50.34%

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

#375C95 (or 0x375C95) is known color: Mariner. HEX triplet: 37, 5C and 95. RGB value is (55,92,149). Sum of RGB (Red+Green+Blue) = 55+92+149=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #375C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375C95 is #C8A36A. Grayscale: #575757. Windows color (decimal): -13149035 or 9788471. OLE color: 9788471.

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

Color convert

RGB 55 92 149 -
CMYK 0.63 0.38 0 0.42
HSL 216.38º 0.46% 0.4% -
HSV(B) 216.38º 0.63% 0.58% -
XYZ 10.83 10.64 29.92 -
YUV 87.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 55 92 149 0.63 0.38 0 0.42 216.38 0.46 0.4
Hex 37 5C 95 3F 26 0 2A D8 2E 28
Octal 67 134 225 77 46 0 52 330 56 50
Binary 110111 1011100 10010101 111111 100110 0 101010 11011000 101110 101000

Color Harmonies of #375C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C95

Black with #375C95

Text Example


Text Example

White with #375C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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