Html Css Color HEX #375AA6 Mariner

📋 copy color: '#375AA6'

red 55 ◦ green 90 ◦ blue 166

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

Shades of Mariner #375AA6

Tints of Mariner #375AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 53.38%

R = 17.68%
G = 28.94%
B = 53.38%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#375AA6 (or 0x375AA6) is known color: Mariner. HEX triplet: 37, 5A and A6. RGB value is (55,90,166). Sum of RGB (Red+Green+Blue) = 55+90+166=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 166 (65.23% from 255 or 53.38% from 311); Max value from RGB is 166 - color contains mainly: blue. Hex color #375AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375AA6 is #C8A559. Grayscale: #575757. Windows color (decimal): -13149530 or 10902071. OLE color: 10902071.

HSL color Cylindrical-coordinate representation of color #375AA6: hue angle of 221.08º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #375AA6 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 55 90 166 -
CMYK 0.67 0.46 0 0.35
HSL 221.08º 0.5% 0.43% -
HSV(B) 221.08º 0.67% 0.65% -
XYZ 12.11 10.88 37.54 -
YUV 88.2 171.9 104.32 -
System Red Green Blue C M Y K H S L
Decimal 55 90 166 0.67 0.46 0 0.35 221.08 0.5 0.43
Hex 37 5A A6 43 2E 0 23 DD 32 2B
Octal 67 132 246 103 56 0 43 335 62 53
Binary 110111 1011010 10100110 1000011 101110 0 100011 11011101 110010 101011

Color Harmonies of #375AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AA6

Black with #375AA6

Text Example


Text Example

White with #375AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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