Html Css Color HEX #375EAE Mariner

📋 copy color: '#375EAE'

red 55 ◦ green 94 ◦ blue 174

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

Shades of Mariner #375EAE

Tints of Mariner #375EAE

RGB

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

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

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

R = 17.03%
G = 29.1%
B = 53.87%

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

#375EAE (or 0x375EAE) is known color: Mariner. HEX triplet: 37, 5E and AE. RGB value is (55,94,174). Sum of RGB (Red+Green+Blue) = 55+94+174=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #375EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375EAE is #C8A151. Grayscale: #5B5B5B. Windows color (decimal): -13148498 or 11427383. OLE color: 11427383.

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

Color convert

RGB 55 94 174 -
CMYK 0.68 0.46 0 0.32
HSL 220.34º 0.52% 0.45% -
HSV(B) 220.34º 0.68% 0.68% -
XYZ 13.22 11.87 41.64 -
YUV 91.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 55 94 174 0.68 0.46 0 0.32 220.34 0.52 0.45
Hex 37 5E AE 44 2E 0 20 DC 34 2D
Octal 67 136 256 104 56 0 40 334 64 55
Binary 110111 1011110 10101110 1000100 101110 0 100000 11011100 110100 101101

Color Harmonies of #375EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375EAE

Black with #375EAE

Text Example


Text Example

White with #375EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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