Html Css Color HEX #355F99 Mariner

📋 copy color: '#355F99'

red 53 ◦ green 95 ◦ blue 153

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

Shades of Mariner #355F99

Tints of Mariner #355F99

RGB

 RED value IS 53 (21.09% from 255) = 17.61%

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

 BLUE value IS 153 (60.16% from 255) = 50.83%

R = 17.61%
G = 31.56%
B = 50.83%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#355F99 (or 0x355F99) is known color: Mariner. HEX triplet: 35, 5F and 99. RGB value is (53,95,153). Sum of RGB (Red+Green+Blue) = 53+95+153=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #355F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355F99 is #CAA066. Grayscale: #585858. Windows color (decimal): -13279335 or 10051381. OLE color: 10051381.

HSL color Cylindrical-coordinate representation of color #355F99: hue angle of 214.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #355F99 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 95 153 -
CMYK 0.65 0.38 0 0.4
HSL 214.8º 0.49% 0.4% -
HSV(B) 214.8º 0.65% 0.6% -
XYZ 11.31 11.24 31.71 -
YUV 89.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 53 95 153 0.65 0.38 0 0.4 214.8 0.49 0.4
Hex 35 5F 99 41 26 0 28 D7 31 28
Octal 65 137 231 101 46 0 50 327 61 50
Binary 110101 1011111 10011001 1000001 100110 0 101000 11010111 110001 101000

Color Harmonies of #355F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355F99

Black with #355F99

Text Example


Text Example

White with #355F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355F99; }

 p { color: rgb(53,95,153); }

 H1.HeaderClassName
 {
   color: #355F99;
 }
 .AnyTagClassName
 {
   color: #355F99;
 }
</style>

background-color css

<style>
 a { background-color: #355F99; }

 a { background-color: rgb(53,95,153); }

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

border-color css

<style>
 span { border-color: #355F99; }

 span { border-color: rgb(53,95,153); }

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