Html Css Color HEX #375DA6 Mariner

📋 copy color: '#375DA6'

red 55 ◦ green 93 ◦ blue 166

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

Shades of Mariner #375DA6

Tints of Mariner #375DA6

RGB

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

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

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

R = 17.52%
G = 29.62%
B = 52.87%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#375DA6 (or 0x375DA6) is known color: Mariner. HEX triplet: 37, 5D and A6. RGB value is (55,93,166). Sum of RGB (Red+Green+Blue) = 55+93+166=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 166 (65.23% from 255 or 52.87% from 314); Max value from RGB is 166 - color contains mainly: blue. Hex color #375DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375DA6 is #C8A259. Grayscale: #595959. Windows color (decimal): -13148762 or 10902839. OLE color: 10902839.

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

Color convert

RGB 55 93 166 -
CMYK 0.67 0.44 0 0.35
HSL 219.46º 0.5% 0.43% -
HSV(B) 219.46º 0.67% 0.65% -
XYZ 12.37 11.39 37.62 -
YUV 89.96 170.91 103.06 -
System Red Green Blue C M Y K H S L
Decimal 55 93 166 0.67 0.44 0 0.35 219.46 0.5 0.43
Hex 37 5D A6 43 2C 0 23 DB 32 2B
Octal 67 135 246 103 54 0 43 333 62 53
Binary 110111 1011101 10100110 1000011 101100 0 100011 11011011 110010 101011

Color Harmonies of #375DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375DA6

Black with #375DA6

Text Example


Text Example

White with #375DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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