Html Css Color HEX #355DA9 Mariner

📋 copy color: '#355DA9'

red 53 ◦ green 93 ◦ blue 169

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

Shades of Mariner #355DA9

Tints of Mariner #355DA9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.52%

 BLUE value IS 169 (66.41% from 255) = 53.65%

R = 16.83%
G = 29.52%
B = 53.65%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#355DA9 (or 0x355DA9) is known color: Mariner. HEX triplet: 35, 5D and A9. RGB value is (53,93,169). Sum of RGB (Red+Green+Blue) = 53+93+169=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 169 (66.41% from 255 or 53.65% from 315); Max value from RGB is 169 - color contains mainly: blue. Hex color #355DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355DA9 is #CAA256. Grayscale: #595959. Windows color (decimal): -13279831 or 11099445. OLE color: 11099445.

HSL color Cylindrical-coordinate representation of color #355DA9: hue angle of 219.31º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #355DA9 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 53 93 169 -
CMYK 0.69 0.45 0 0.34
HSL 219.31º 0.52% 0.44% -
HSV(B) 219.31º 0.69% 0.66% -
XYZ 12.54 11.45 39.09 -
YUV 89.7 172.75 101.82 -
System Red Green Blue C M Y K H S L
Decimal 53 93 169 0.69 0.45 0 0.34 219.31 0.52 0.44
Hex 35 5D A9 45 2D 0 22 DB 34 2C
Octal 65 135 251 105 55 0 42 333 64 54
Binary 110101 1011101 10101001 1000101 101101 0 100010 11011011 110100 101100

Color Harmonies of #355DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DA9

Black with #355DA9

Text Example


Text Example

White with #355DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,93,169); }

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

background-color css

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

 a { background-color: rgb(53,93,169); }

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

border-color css

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

 span { border-color: rgb(53,93,169); }

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