Html Css Color HEX #375EAD Mariner

📋 copy color: '#375EAD'

red 55 ◦ green 94 ◦ blue 173

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

Shades of Mariner #375EAD

Tints of Mariner #375EAD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.19%

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 17.08%
G = 29.19%
B = 53.73%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#375EAD (or 0x375EAD) is known color: Mariner. HEX triplet: 37, 5E and AD. RGB value is (55,94,173). Sum of RGB (Red+Green+Blue) = 55+94+173=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #375EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375EAD is #C8A152. Grayscale: #5A5A5A. Windows color (decimal): -13148499 or 11361847. OLE color: 11361847.

HSL color Cylindrical-coordinate representation of color #375EAD: hue angle of 220.17º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #375EAD is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 94 173 -
CMYK 0.68 0.46 0 0.32
HSL 220.17º 0.52% 0.45% -
HSV(B) 220.17º 0.68% 0.68% -
XYZ 13.12 11.83 41.13 -
YUV 91.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 55 94 173 0.68 0.46 0 0.32 220.17 0.52 0.45
Hex 37 5E AD 44 2E 0 20 DC 34 2D
Octal 67 136 255 104 56 0 40 334 64 55
Binary 110111 1011110 10101101 1000100 101110 0 100000 11011100 110100 101101

Color Harmonies of #375EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375EAD

Black with #375EAD

Text Example


Text Example

White with #375EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,94,173); }

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

background-color css

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

 a { background-color: rgb(55,94,173); }

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

border-color css

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

 span { border-color: rgb(55,94,173); }

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