Html Css Color HEX #375A95 Mariner

📋 copy color: '#375A95'

red 55 ◦ green 90 ◦ blue 149

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

Shades of Mariner #375A95

Tints of Mariner #375A95

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.61%

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

R = 18.71%
G = 30.61%
B = 50.68%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#375A95 (or 0x375A95) is known color: Mariner. HEX triplet: 37, 5A and 95. RGB value is (55,90,149). Sum of RGB (Red+Green+Blue) = 55+90+149=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #375A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375A95 is #C8A56A. Grayscale: #555555. Windows color (decimal): -13149547 or 9787959. OLE color: 9787959.

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

Color convert

RGB 55 90 149 -
CMYK 0.63 0.40 0 0.42
HSL 217.66º 0.46% 0.4% -
HSV(B) 217.66º 0.63% 0.58% -
XYZ 10.66 10.29 29.86 -
YUV 86.26 163.4 105.7 -
System Red Green Blue C M Y K H S L
Decimal 55 90 149 0.63 0.40 0 0.42 217.66 0.46 0.4
Hex 37 5A 95 3F 28 0 2A DA 2E 28
Octal 67 132 225 77 50 0 52 332 56 50
Binary 110111 1011010 10010101 111111 101000 0 101010 11011010 101110 101000

Color Harmonies of #375A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A95

Black with #375A95

Text Example


Text Example

White with #375A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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