Html Css Color HEX #375BA4 Mariner

📋 copy color: '#375BA4'

red 55 ◦ green 91 ◦ blue 164

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

Shades of Mariner #375BA4

Tints of Mariner #375BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 52.9%

R = 17.74%
G = 29.35%
B = 52.9%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#375BA4 (or 0x375BA4) is known color: Mariner. HEX triplet: 37, 5B and A4. RGB value is (55,91,164). Sum of RGB (Red+Green+Blue) = 55+91+164=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #375BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375BA4 is #C8A45B. Grayscale: #585858. Windows color (decimal): -13149276 or 10771255. OLE color: 10771255.

HSL color Cylindrical-coordinate representation of color #375BA4: hue angle of 220.18º degrees, saturation: 0.5, 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 #375BA4 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 55 91 164 -
CMYK 0.66 0.45 0 0.36
HSL 220.18º 0.5% 0.43% -
HSV(B) 220.18º 0.66% 0.64% -
XYZ 12.02 10.97 36.61 -
YUV 88.56 170.57 104.06 -
System Red Green Blue C M Y K H S L
Decimal 55 91 164 0.66 0.45 0 0.36 220.18 0.5 0.43
Hex 37 5B A4 42 2D 0 24 DC 32 2B
Octal 67 133 244 102 55 0 44 334 62 53
Binary 110111 1011011 10100100 1000010 101101 0 100100 11011100 110010 101011

Color Harmonies of #375BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BA4

Black with #375BA4

Text Example


Text Example

White with #375BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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