Html Css Color HEX #375BA2 Mariner

📋 copy color: '#375BA2'

red 55 ◦ green 91 ◦ blue 162

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

Shades of Mariner #375BA2

Tints of Mariner #375BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 52.6%

R = 17.86%
G = 29.55%
B = 52.6%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#375BA2 (or 0x375BA2) is known color: Mariner. HEX triplet: 37, 5B and A2. RGB value is (55,91,162). Sum of RGB (Red+Green+Blue) = 55+91+162=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #375BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375BA2 is #C8A45D. Grayscale: #585858. Windows color (decimal): -13149278 or 10640183. OLE color: 10640183.

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

Color convert

RGB 55 91 162 -
CMYK 0.66 0.44 0 0.36
HSL 219.81º 0.49% 0.43% -
HSV(B) 219.81º 0.66% 0.64% -
XYZ 11.84 10.9 35.66 -
YUV 88.33 169.57 104.23 -
System Red Green Blue C M Y K H S L
Decimal 55 91 162 0.66 0.44 0 0.36 219.81 0.49 0.43
Hex 37 5B A2 42 2C 0 24 DC 31 2B
Octal 67 133 242 102 54 0 44 334 61 53
Binary 110111 1011011 10100010 1000010 101100 0 100100 11011100 110001 101011

Color Harmonies of #375BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BA2

Black with #375BA2

Text Example


Text Example

White with #375BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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