Html Css Color HEX #375BAB Mariner

📋 copy color: '#375BAB'

red 55 ◦ green 91 ◦ blue 171

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

Shades of Mariner #375BAB

Tints of Mariner #375BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.94%

R = 17.35%
G = 28.71%
B = 53.94%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#375BAB (or 0x375BAB) is known color: Mariner. HEX triplet: 37, 5B and AB. RGB value is (55,91,171). Sum of RGB (Red+Green+Blue) = 55+91+171=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #375BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375BAB is #C8A454. Grayscale: #595959. Windows color (decimal): -13149269 or 11230007. OLE color: 11230007.

HSL color Cylindrical-coordinate representation of color #375BAB: hue angle of 221.38º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #375BAB is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 91 171 -
CMYK 0.68 0.47 0 0.33
HSL 221.38º 0.51% 0.44% -
HSV(B) 221.38º 0.68% 0.67% -
XYZ 12.67 11.23 40.03 -
YUV 89.36 174.07 103.5 -
System Red Green Blue C M Y K H S L
Decimal 55 91 171 0.68 0.47 0 0.33 221.38 0.51 0.44
Hex 37 5B AB 44 2F 0 21 DD 33 2C
Octal 67 133 253 104 57 0 41 335 63 54
Binary 110111 1011011 10101011 1000100 101111 0 100001 11011101 110011 101100

Color Harmonies of #375BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BAB

Black with #375BAB

Text Example


Text Example

White with #375BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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