Html Css Color HEX #375EA7 Mariner

📋 copy color: '#375EA7'

red 55 ◦ green 94 ◦ blue 167

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

Shades of Mariner #375EA7

Tints of Mariner #375EA7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.75%

 BLUE value IS 167 (65.63% from 255) = 52.85%

R = 17.41%
G = 29.75%
B = 52.85%

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

#375EA7 (or 0x375EA7) is known color: Mariner. HEX triplet: 37, 5E and A7. RGB value is (55,94,167). Sum of RGB (Red+Green+Blue) = 55+94+167=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 167 (65.62% from 255 or 52.85% from 316); Max value from RGB is 167 - color contains mainly: blue. Hex color #375EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375EA7 is #C8A158. Grayscale: #5A5A5A. Windows color (decimal): -13148505 or 10968631. OLE color: 10968631.

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

Color convert

RGB 55 94 167 -
CMYK 0.67 0.44 0 0.35
HSL 219.11º 0.5% 0.44% -
HSV(B) 219.11º 0.67% 0.65% -
XYZ 12.55 11.61 38.14 -
YUV 90.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 55 94 167 0.67 0.44 0 0.35 219.11 0.5 0.44
Hex 37 5E A7 43 2C 0 23 DB 32 2C
Octal 67 136 247 103 54 0 43 333 62 54
Binary 110111 1011110 10100111 1000011 101100 0 100011 11011011 110010 101100

Color Harmonies of #375EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375EA7

Black with #375EA7

Text Example


Text Example

White with #375EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,94,167); }

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

background-color css

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

 a { background-color: rgb(55,94,167); }

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

border-color css

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

 span { border-color: rgb(55,94,167); }

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