Html Css Color HEX #375AA0 Mariner

📋 copy color: '#375AA0'

red 55 ◦ green 90 ◦ blue 160

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

Shades of Mariner #375AA0

Tints of Mariner #375AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 52.46%

R = 18.03%
G = 29.51%
B = 52.46%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#375AA0 (or 0x375AA0) is known color: Mariner. HEX triplet: 37, 5A and A0. RGB value is (55,90,160). Sum of RGB (Red+Green+Blue) = 55+90+160=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 160 (62.89% from 255 or 52.46% from 305); Max value from RGB is 160 - color contains mainly: blue. Hex color #375AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375AA0 is #C8A55F. Grayscale: #575757. Windows color (decimal): -13149536 or 10508855. OLE color: 10508855.

HSL color Cylindrical-coordinate representation of color #375AA0: hue angle of 220º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #375AA0 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 90 160 -
CMYK 0.66 0.44 0 0.37
HSL 220º 0.49% 0.42% -
HSV(B) 220º 0.66% 0.63% -
XYZ 11.58 10.66 34.71 -
YUV 87.52 168.9 104.81 -
System Red Green Blue C M Y K H S L
Decimal 55 90 160 0.66 0.44 0 0.37 220 0.49 0.42
Hex 37 5A A0 42 2C 0 25 DC 31 2A
Octal 67 132 240 102 54 0 45 334 61 52
Binary 110111 1011010 10100000 1000010 101100 0 100101 11011100 110001 101010

Color Harmonies of #375AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AA0

Black with #375AA0

Text Example


Text Example

White with #375AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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