Html Css Color HEX #375DAA Mariner

📋 copy color: '#375DAA'

red 55 ◦ green 93 ◦ blue 170

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

Shades of Mariner #375DAA

Tints of Mariner #375DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.46%

R = 17.3%
G = 29.25%
B = 53.46%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#375DAA (or 0x375DAA) is known color: Mariner. HEX triplet: 37, 5D and AA. RGB value is (55,93,170). Sum of RGB (Red+Green+Blue) = 55+93+170=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #375DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375DAA is #C8A255. Grayscale: #5A5A5A. Windows color (decimal): -13148758 or 11164983. OLE color: 11164983.

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

Color convert

RGB 55 93 170 -
CMYK 0.68 0.45 0 0.33
HSL 220.17º 0.51% 0.44% -
HSV(B) 220.17º 0.68% 0.67% -
XYZ 12.75 11.54 39.59 -
YUV 90.42 172.91 102.74 -
System Red Green Blue C M Y K H S L
Decimal 55 93 170 0.68 0.45 0 0.33 220.17 0.51 0.44
Hex 37 5D AA 44 2D 0 21 DC 33 2C
Octal 67 135 252 104 55 0 41 334 63 54
Binary 110111 1011101 10101010 1000100 101101 0 100001 11011100 110011 101100

Color Harmonies of #375DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375DAA

Black with #375DAA

Text Example


Text Example

White with #375DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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