Html Css Color HEX #375B9C Mariner

📋 copy color: '#375B9C'

red 55 ◦ green 91 ◦ blue 156

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

Shades of Mariner #375B9C

Tints of Mariner #375B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.66%

R = 18.21%
G = 30.13%
B = 51.66%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#375B9C (or 0x375B9C) is known color: Mariner. HEX triplet: 37, 5B and 9C. RGB value is (55,91,156). Sum of RGB (Red+Green+Blue) = 55+91+156=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #375B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375B9C is #C8A463. Grayscale: #575757. Windows color (decimal): -13149284 or 10246967. OLE color: 10246967.

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

Color convert

RGB 55 91 156 -
CMYK 0.65 0.42 0 0.39
HSL 218.61º 0.48% 0.41% -
HSV(B) 218.61º 0.65% 0.61% -
XYZ 11.32 10.69 32.92 -
YUV 87.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 55 91 156 0.65 0.42 0 0.39 218.61 0.48 0.41
Hex 37 5B 9C 41 2A 0 27 DB 30 29
Octal 67 133 234 101 52 0 47 333 60 51
Binary 110111 1011011 10011100 1000001 101010 0 100111 11011011 110000 101001

Color Harmonies of #375B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375B9C

Black with #375B9C

Text Example


Text Example

White with #375B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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