Html Css Color HEX #375F9B Mariner

📋 copy color: '#375F9B'

red 55 ◦ green 95 ◦ blue 155

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

Shades of Mariner #375F9B

Tints of Mariner #375F9B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.15%

 BLUE value IS 155 (60.94% from 255) = 50.82%

R = 18.03%
G = 31.15%
B = 50.82%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#375F9B (or 0x375F9B) is known color: Mariner. HEX triplet: 37, 5F and 9B. RGB value is (55,95,155). Sum of RGB (Red+Green+Blue) = 55+95+155=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #375F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F9B is #C8A064. Grayscale: #595959. Windows color (decimal): -13148261 or 10182455. OLE color: 10182455.

HSL color Cylindrical-coordinate representation of color #375F9B: hue angle of 216º 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 #375F9B is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 95 155 -
CMYK 0.65 0.39 0 0.39
HSL 216º 0.48% 0.41% -
HSV(B) 216º 0.65% 0.61% -
XYZ 11.58 11.36 32.59 -
YUV 89.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 55 95 155 0.65 0.39 0 0.39 216 0.48 0.41
Hex 37 5F 9B 41 27 0 27 D8 30 29
Octal 67 137 233 101 47 0 47 330 60 51
Binary 110111 1011111 10011011 1000001 100111 0 100111 11011000 110000 101001

Color Harmonies of #375F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F9B

Black with #375F9B

Text Example


Text Example

White with #375F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,95,155); }

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

background-color css

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

 a { background-color: rgb(55,95,155); }

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

border-color css

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

 span { border-color: rgb(55,95,155); }

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