Html Css Color HEX #375DAE Mariner

📋 copy color: '#375DAE'

red 55 ◦ green 93 ◦ blue 174

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

Shades of Mariner #375DAE

Tints of Mariner #375DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.04%

R = 17.08%
G = 28.88%
B = 54.04%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#375DAE (or 0x375DAE) is known color: Mariner. HEX triplet: 37, 5D and AE. RGB value is (55,93,174). Sum of RGB (Red+Green+Blue) = 55+93+174=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #375DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375DAE is #C8A251. Grayscale: #5A5A5A. Windows color (decimal): -13148754 or 11427127. OLE color: 11427127.

HSL color Cylindrical-coordinate representation of color #375DAE: hue angle of 220.84º 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 #375DAE is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 93 174 -
CMYK 0.68 0.47 0 0.32
HSL 220.84º 0.52% 0.45% -
HSV(B) 220.84º 0.68% 0.68% -
XYZ 13.13 11.7 41.61 -
YUV 90.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 55 93 174 0.68 0.47 0 0.32 220.84 0.52 0.45
Hex 37 5D AE 44 2F 0 20 DD 34 2D
Octal 67 135 256 104 57 0 40 335 64 55
Binary 110111 1011101 10101110 1000100 101111 0 100000 11011101 110100 101101

Color Harmonies of #375DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375DAE

Black with #375DAE

Text Example


Text Example

White with #375DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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