Html Css Color HEX #375AA7 Mariner

📋 copy color: '#375AA7'

red 55 ◦ green 90 ◦ blue 167

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

Shades of Mariner #375AA7

Tints of Mariner #375AA7

RGB

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

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

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

R = 17.63%
G = 28.85%
B = 53.53%

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

#375AA7 (or 0x375AA7) is known color: Mariner. HEX triplet: 37, 5A and A7. RGB value is (55,90,167). Sum of RGB (Red+Green+Blue) = 55+90+167=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 167 (65.62% from 255 or 53.53% from 312); Max value from RGB is 167 - color contains mainly: blue. Hex color #375AA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375AA7 is #C8A558. Grayscale: #575757. Windows color (decimal): -13149529 or 10967607. OLE color: 10967607.

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

Color convert

RGB 55 90 167 -
CMYK 0.67 0.46 0 0.35
HSL 221.25º 0.5% 0.44% -
HSV(B) 221.25º 0.67% 0.65% -
XYZ 12.21 10.91 38.02 -
YUV 88.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 55 90 167 0.67 0.46 0 0.35 221.25 0.5 0.44
Hex 37 5A A7 43 2E 0 23 DD 32 2C
Octal 67 132 247 103 56 0 43 335 62 54
Binary 110111 1011010 10100111 1000011 101110 0 100011 11011101 110010 101100

Color Harmonies of #375AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AA7

Black with #375AA7

Text Example


Text Example

White with #375AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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