Html Css Color HEX #375DAF Mariner

📋 copy color: '#375DAF'

red 55 ◦ green 93 ◦ blue 175

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

Shades of Mariner #375DAF

Tints of Mariner #375DAF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.79%

 BLUE value IS 175 (68.75% from 255) = 54.18%

R = 17.03%
G = 28.79%
B = 54.18%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#375DAF (or 0x375DAF) is known color: Mariner. HEX triplet: 37, 5D and AF. RGB value is (55,93,175). Sum of RGB (Red+Green+Blue) = 55+93+175=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #375DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375DAF is #C8A250. Grayscale: #5A5A5A. Windows color (decimal): -13148753 or 11492663. OLE color: 11492663.

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

Color convert

RGB 55 93 175 -
CMYK 0.69 0.47 0 0.31
HSL 221º 0.52% 0.45% -
HSV(B) 221º 0.69% 0.69% -
XYZ 13.23 11.74 42.13 -
YUV 90.99 175.41 102.33 -
System Red Green Blue C M Y K H S L
Decimal 55 93 175 0.69 0.47 0 0.31 221 0.52 0.45
Hex 37 5D AF 45 2F 0 1F DD 34 2D
Octal 67 135 257 105 57 0 37 335 64 55
Binary 110111 1011101 10101111 1000101 101111 0 11111 11011101 110100 101101

Color Harmonies of #375DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375DAF

Black with #375DAF

Text Example


Text Example

White with #375DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,93,175); }

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

background-color css

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

 a { background-color: rgb(55,93,175); }

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

border-color css

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

 span { border-color: rgb(55,93,175); }

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