Html Css Color HEX #375EAC Mariner

📋 copy color: '#375EAC'

red 55 ◦ green 94 ◦ blue 172

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

Shades of Mariner #375EAC

Tints of Mariner #375EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.58%

R = 17.13%
G = 29.28%
B = 53.58%

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

#375EAC (or 0x375EAC) is known color: Mariner. HEX triplet: 37, 5E and AC. RGB value is (55,94,172). Sum of RGB (Red+Green+Blue) = 55+94+172=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #375EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375EAC is #C8A153. Grayscale: #5A5A5A. Windows color (decimal): -13148500 or 11296311. OLE color: 11296311.

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

Color convert

RGB 55 94 172 -
CMYK 0.68 0.45 0 0.33
HSL 220º 0.52% 0.45% -
HSV(B) 220º 0.68% 0.67% -
XYZ 13.02 11.8 40.62 -
YUV 91.23 173.58 102.16 -
System Red Green Blue C M Y K H S L
Decimal 55 94 172 0.68 0.45 0 0.33 220 0.52 0.45
Hex 37 5E AC 44 2D 0 21 DC 34 2D
Octal 67 136 254 104 55 0 41 334 64 55
Binary 110111 1011110 10101100 1000100 101101 0 100001 11011100 110100 101101

Color Harmonies of #375EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375EAC

Black with #375EAC

Text Example


Text Example

White with #375EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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