Html Css Color HEX #355EAC Mariner

📋 copy color: '#355EAC'

red 53 ◦ green 94 ◦ blue 172

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

Shades of Mariner #355EAC

Tints of Mariner #355EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.47%

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

R = 16.61%
G = 29.47%
B = 53.92%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#355EAC (or 0x355EAC) is known color: Mariner. HEX triplet: 35, 5E and AC. RGB value is (53,94,172). Sum of RGB (Red+Green+Blue) = 53+94+172=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #355EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355EAC is #CAA153. Grayscale: #5A5A5A. Windows color (decimal): -13279572 or 11296309. OLE color: 11296309.

HSL color Cylindrical-coordinate representation of color #355EAC: hue angle of 219.33º 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 #355EAC is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 94 172 -
CMYK 0.69 0.45 0 0.33
HSL 219.33º 0.53% 0.44% -
HSV(B) 219.33º 0.69% 0.67% -
XYZ 12.92 11.74 40.62 -
YUV 90.63 173.92 101.16 -
System Red Green Blue C M Y K H S L
Decimal 53 94 172 0.69 0.45 0 0.33 219.33 0.53 0.44
Hex 35 5E AC 45 2D 0 21 DB 35 2C
Octal 65 136 254 105 55 0 41 333 65 54
Binary 110101 1011110 10101100 1000101 101101 0 100001 11011011 110101 101100

Color Harmonies of #355EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355EAC

Black with #355EAC

Text Example


Text Example

White with #355EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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