Html Css Color HEX #375BA0 Mariner

📋 copy color: '#375BA0'

red 55 ◦ green 91 ◦ blue 160

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

Shades of Mariner #375BA0

Tints of Mariner #375BA0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.74%

 BLUE value IS 160 (62.89% from 255) = 52.29%

R = 17.97%
G = 29.74%
B = 52.29%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#375BA0 (or 0x375BA0) is known color: Mariner. HEX triplet: 37, 5B and A0. RGB value is (55,91,160). Sum of RGB (Red+Green+Blue) = 55+91+160=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 160 (62.89% from 255 or 52.29% from 306); Max value from RGB is 160 - color contains mainly: blue. Hex color #375BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375BA0 is #C8A45F. Grayscale: #575757. Windows color (decimal): -13149280 or 10509111. OLE color: 10509111.

HSL color Cylindrical-coordinate representation of color #375BA0: hue angle of 219.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #375BA0 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 91 160 -
CMYK 0.66 0.43 0 0.37
HSL 219.43º 0.49% 0.42% -
HSV(B) 219.43º 0.66% 0.63% -
XYZ 11.66 10.83 34.73 -
YUV 88.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 55 91 160 0.66 0.43 0 0.37 219.43 0.49 0.42
Hex 37 5B A0 42 2B 0 25 DB 31 2A
Octal 67 133 240 102 53 0 45 333 61 52
Binary 110111 1011011 10100000 1000010 101011 0 100101 11011011 110001 101010

Color Harmonies of #375BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BA0

Black with #375BA0

Text Example


Text Example

White with #375BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,91,160); }

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

background-color css

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

 a { background-color: rgb(55,91,160); }

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

border-color css

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

 span { border-color: rgb(55,91,160); }

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