Html Css Color HEX #375AA4 Mariner

📋 copy color: '#375AA4'

red 55 ◦ green 90 ◦ blue 164

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

Shades of Mariner #375AA4

Tints of Mariner #375AA4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.13%

 BLUE value IS 164 (64.45% from 255) = 53.07%

R = 17.8%
G = 29.13%
B = 53.07%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#375AA4 (or 0x375AA4) is known color: Mariner. HEX triplet: 37, 5A and A4. RGB value is (55,90,164). Sum of RGB (Red+Green+Blue) = 55+90+164=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 164 (64.45% from 255 or 53.07% from 309); Max value from RGB is 164 - color contains mainly: blue. Hex color #375AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375AA4 is #C8A55B. Grayscale: #575757. Windows color (decimal): -13149532 or 10770999. OLE color: 10770999.

HSL color Cylindrical-coordinate representation of color #375AA4: hue angle of 220.73º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #375AA4 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 55 90 164 -
CMYK 0.66 0.45 0 0.36
HSL 220.73º 0.5% 0.43% -
HSV(B) 220.73º 0.66% 0.64% -
XYZ 11.93 10.8 36.58 -
YUV 87.97 170.9 104.48 -
System Red Green Blue C M Y K H S L
Decimal 55 90 164 0.66 0.45 0 0.36 220.73 0.5 0.43
Hex 37 5A A4 42 2D 0 24 DD 32 2B
Octal 67 132 244 102 55 0 44 335 62 53
Binary 110111 1011010 10100100 1000010 101101 0 100100 11011101 110010 101011

Color Harmonies of #375AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AA4

Black with #375AA4

Text Example


Text Example

White with #375AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,90,164); }

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

background-color css

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

 a { background-color: rgb(55,90,164); }

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

border-color css

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

 span { border-color: rgb(55,90,164); }

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