Html Css Color HEX #375BAD Mariner

📋 copy color: '#375BAD'

red 55 ◦ green 91 ◦ blue 173

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

Shades of Mariner #375BAD

Tints of Mariner #375BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.23%

R = 17.24%
G = 28.53%
B = 54.23%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#375BAD (or 0x375BAD) is known color: Mariner. HEX triplet: 37, 5B and AD. RGB value is (55,91,173). Sum of RGB (Red+Green+Blue) = 55+91+173=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #375BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375BAD is #C8A452. Grayscale: #595959. Windows color (decimal): -13149267 or 11361079. OLE color: 11361079.

HSL color Cylindrical-coordinate representation of color #375BAD: hue angle of 221.69º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #375BAD is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 91 173 -
CMYK 0.68 0.47 0 0.32
HSL 221.69º 0.52% 0.45% -
HSV(B) 221.69º 0.68% 0.68% -
XYZ 12.86 11.31 41.04 -
YUV 89.58 175.07 103.33 -
System Red Green Blue C M Y K H S L
Decimal 55 91 173 0.68 0.47 0 0.32 221.69 0.52 0.45
Hex 37 5B AD 44 2F 0 20 DE 34 2D
Octal 67 133 255 104 57 0 40 336 64 55
Binary 110111 1011011 10101101 1000100 101111 0 100000 11011110 110100 101101

Color Harmonies of #375BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BAD

Black with #375BAD

Text Example


Text Example

White with #375BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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