Html Css Color HEX #375EAB Mariner

📋 copy color: '#375EAB'

red 55 ◦ green 94 ◦ blue 171

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

Shades of Mariner #375EAB

Tints of Mariner #375EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.44%

R = 17.19%
G = 29.38%
B = 53.44%

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

#375EAB (or 0x375EAB) is known color: Mariner. HEX triplet: 37, 5E and AB. RGB value is (55,94,171). Sum of RGB (Red+Green+Blue) = 55+94+171=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #375EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375EAB is #C8A154. Grayscale: #5A5A5A. Windows color (decimal): -13148501 or 11230775. OLE color: 11230775.

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

Color convert

RGB 55 94 171 -
CMYK 0.68 0.45 0 0.33
HSL 219.83º 0.51% 0.44% -
HSV(B) 219.83º 0.68% 0.67% -
XYZ 12.93 11.76 40.12 -
YUV 91.12 173.08 102.24 -
System Red Green Blue C M Y K H S L
Decimal 55 94 171 0.68 0.45 0 0.33 219.83 0.51 0.44
Hex 37 5E AB 44 2D 0 21 DC 33 2C
Octal 67 136 253 104 55 0 41 334 63 54
Binary 110111 1011110 10101011 1000100 101101 0 100001 11011100 110011 101100

Color Harmonies of #375EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375EAB

Black with #375EAB

Text Example


Text Example

White with #375EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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