Html Css Color HEX #375FA6 Mariner

📋 copy color: '#375FA6'

red 55 ◦ green 95 ◦ blue 166

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

Shades of Mariner #375FA6

Tints of Mariner #375FA6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.06%

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

R = 17.41%
G = 30.06%
B = 52.53%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#375FA6 (or 0x375FA6) is known color: Mariner. HEX triplet: 37, 5F and A6. RGB value is (55,95,166). Sum of RGB (Red+Green+Blue) = 55+95+166=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 166 (65.23% from 255 or 52.53% from 316); Max value from RGB is 166 - color contains mainly: blue. Hex color #375FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375FA6 is #C8A059. Grayscale: #5A5A5A. Windows color (decimal): -13148250 or 10903351. OLE color: 10903351.

HSL color Cylindrical-coordinate representation of color #375FA6: hue angle of 218.38º 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 #375FA6 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 55 95 166 -
CMYK 0.67 0.43 0 0.35
HSL 218.38º 0.5% 0.43% -
HSV(B) 218.38º 0.67% 0.65% -
XYZ 12.55 11.75 37.68 -
YUV 91.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 55 95 166 0.67 0.43 0 0.35 218.38 0.5 0.43
Hex 37 5F A6 43 2B 0 23 DA 32 2B
Octal 67 137 246 103 53 0 43 332 62 53
Binary 110111 1011111 10100110 1000011 101011 0 100011 11011010 110010 101011

Color Harmonies of #375FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375FA6

Black with #375FA6

Text Example


Text Example

White with #375FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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