Html Css Color HEX #355DAC Mariner

📋 copy color: '#355DAC'

red 53 ◦ green 93 ◦ blue 172

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

Shades of Mariner #355DAC

Tints of Mariner #355DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.09%

R = 16.67%
G = 29.25%
B = 54.09%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#355DAC (or 0x355DAC) is known color: Mariner. HEX triplet: 35, 5D and AC. RGB value is (53,93,172). Sum of RGB (Red+Green+Blue) = 53+93+172=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #355DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355DAC is #CAA253. Grayscale: #595959. Windows color (decimal): -13279828 or 11296053. OLE color: 11296053.

HSL color Cylindrical-coordinate representation of color #355DAC: hue angle of 219.83º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #355DAC is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 93 172 -
CMYK 0.69 0.46 0 0.33
HSL 219.83º 0.53% 0.44% -
HSV(B) 219.83º 0.69% 0.67% -
XYZ 12.83 11.56 40.59 -
YUV 90.05 174.25 101.58 -
System Red Green Blue C M Y K H S L
Decimal 53 93 172 0.69 0.46 0 0.33 219.83 0.53 0.44
Hex 35 5D AC 45 2E 0 21 DC 35 2C
Octal 65 135 254 105 56 0 41 334 65 54
Binary 110101 1011101 10101100 1000101 101110 0 100001 11011100 110101 101100

Color Harmonies of #355DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DAC

Black with #355DAC

Text Example


Text Example

White with #355DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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