Html Css Color HEX #375B9D Mariner

📋 copy color: '#375B9D'

red 55 ◦ green 91 ◦ blue 157

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

Shades of Mariner #375B9D

Tints of Mariner #375B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.82%

R = 18.15%
G = 30.03%
B = 51.82%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#375B9D (or 0x375B9D) is known color: Mariner. HEX triplet: 37, 5B and 9D. RGB value is (55,91,157). Sum of RGB (Red+Green+Blue) = 55+91+157=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #375B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375B9D is #C8A462. Grayscale: #575757. Windows color (decimal): -13149283 or 10312503. OLE color: 10312503.

HSL color Cylindrical-coordinate representation of color #375B9D: hue angle of 218.82º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #375B9D is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 91 157 -
CMYK 0.65 0.42 0 0.38
HSL 218.82º 0.48% 0.42% -
HSV(B) 218.82º 0.65% 0.62% -
XYZ 11.4 10.73 33.37 -
YUV 87.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 55 91 157 0.65 0.42 0 0.38 218.82 0.48 0.42
Hex 37 5B 9D 41 2A 0 26 DB 30 2A
Octal 67 133 235 101 52 0 46 333 60 52
Binary 110111 1011011 10011101 1000001 101010 0 100110 11011011 110000 101010

Color Harmonies of #375B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375B9D

Black with #375B9D

Text Example


Text Example

White with #375B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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