Html Css Color HEX #355DA6 Mariner

📋 copy color: '#355DA6'

red 53 ◦ green 93 ◦ blue 166

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

Shades of Mariner #355DA6

Tints of Mariner #355DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 53.21%

R = 16.99%
G = 29.81%
B = 53.21%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#355DA6 (or 0x355DA6) is known color: Mariner. HEX triplet: 35, 5D and A6. RGB value is (53,93,166). Sum of RGB (Red+Green+Blue) = 53+93+166=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 166 (65.23% from 255 or 53.21% from 312); Max value from RGB is 166 - color contains mainly: blue. Hex color #355DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355DA6 is #CAA259. Grayscale: #595959. Windows color (decimal): -13279834 or 10902837. OLE color: 10902837.

HSL color Cylindrical-coordinate representation of color #355DA6: hue angle of 218.76º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #355DA6 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 53 93 166 -
CMYK 0.68 0.44 0 0.35
HSL 218.76º 0.52% 0.43% -
HSV(B) 218.76º 0.68% 0.65% -
XYZ 12.27 11.34 37.62 -
YUV 89.36 171.25 102.06 -
System Red Green Blue C M Y K H S L
Decimal 53 93 166 0.68 0.44 0 0.35 218.76 0.52 0.43
Hex 35 5D A6 44 2C 0 23 DB 34 2B
Octal 65 135 246 104 54 0 43 333 64 53
Binary 110101 1011101 10100110 1000100 101100 0 100011 11011011 110100 101011

Color Harmonies of #355DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DA6

Black with #355DA6

Text Example


Text Example

White with #355DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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