Html Css Color HEX #375DAC Mariner

📋 copy color: '#375DAC'

red 55 ◦ green 93 ◦ blue 172

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

Shades of Mariner #375DAC

Tints of Mariner #375DAC

RGB

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

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

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

R = 17.19%
G = 29.06%
B = 53.75%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#375DAC (or 0x375DAC) is known color: Mariner. HEX triplet: 37, 5D and AC. RGB value is (55,93,172). Sum of RGB (Red+Green+Blue) = 55+93+172=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #375DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375DAC is #C8A253. Grayscale: #5A5A5A. Windows color (decimal): -13148756 or 11296055. OLE color: 11296055.

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

Color convert

RGB 55 93 172 -
CMYK 0.68 0.46 0 0.33
HSL 220.51º 0.52% 0.45% -
HSV(B) 220.51º 0.68% 0.67% -
XYZ 12.94 11.62 40.59 -
YUV 90.64 173.91 102.58 -
System Red Green Blue C M Y K H S L
Decimal 55 93 172 0.68 0.46 0 0.33 220.51 0.52 0.45
Hex 37 5D AC 44 2E 0 21 DD 34 2D
Octal 67 135 254 104 56 0 41 335 64 55
Binary 110111 1011101 10101100 1000100 101110 0 100001 11011101 110100 101101

Color Harmonies of #375DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375DAC

Black with #375DAC

Text Example


Text Example

White with #375DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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