Html Css Color HEX #375B9F Mariner

📋 copy color: '#375B9F'

red 55 ◦ green 91 ◦ blue 159

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

Shades of Mariner #375B9F

Tints of Mariner #375B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.13%

R = 18.03%
G = 29.84%
B = 52.13%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#375B9F (or 0x375B9F) is known color: Mariner. HEX triplet: 37, 5B and 9F. RGB value is (55,91,159). Sum of RGB (Red+Green+Blue) = 55+91+159=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #375B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375B9F is #C8A460. Grayscale: #575757. Windows color (decimal): -13149281 or 10443575. OLE color: 10443575.

HSL color Cylindrical-coordinate representation of color #375B9F: hue angle of 219.23º degrees, saturation: 0.49, 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 #375B9F is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 91 159 -
CMYK 0.65 0.43 0 0.38
HSL 219.23º 0.49% 0.42% -
HSV(B) 219.23º 0.65% 0.62% -
XYZ 11.57 10.8 34.27 -
YUV 87.99 168.07 104.47 -
System Red Green Blue C M Y K H S L
Decimal 55 91 159 0.65 0.43 0 0.38 219.23 0.49 0.42
Hex 37 5B 9F 41 2B 0 26 DB 31 2A
Octal 67 133 237 101 53 0 46 333 61 52
Binary 110111 1011011 10011111 1000001 101011 0 100110 11011011 110001 101010

Color Harmonies of #375B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375B9F

Black with #375B9F

Text Example


Text Example

White with #375B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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