Html Css Color HEX #355AAC Mariner

📋 copy color: '#355AAC'

red 53 ◦ green 90 ◦ blue 172

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

Shades of Mariner #355AAC

Tints of Mariner #355AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.57%

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

R = 16.83%
G = 28.57%
B = 54.6%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#355AAC (or 0x355AAC) is known color: Mariner. HEX triplet: 35, 5A and AC. RGB value is (53,90,172). Sum of RGB (Red+Green+Blue) = 53+90+172=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #355AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355AAC is #CAA553. Grayscale: #575757. Windows color (decimal): -13280596 or 11295285. OLE color: 11295285.

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

Color convert

RGB 53 90 172 -
CMYK 0.69 0.48 0 0.33
HSL 221.34º 0.53% 0.44% -
HSV(B) 221.34º 0.69% 0.67% -
XYZ 12.57 11.05 40.5 -
YUV 88.29 175.24 102.83 -
System Red Green Blue C M Y K H S L
Decimal 53 90 172 0.69 0.48 0 0.33 221.34 0.53 0.44
Hex 35 5A AC 45 30 0 21 DD 35 2C
Octal 65 132 254 105 60 0 41 335 65 54
Binary 110101 1011010 10101100 1000101 110000 0 100001 11011101 110101 101100

Color Harmonies of #355AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355AAC

Black with #355AAC

Text Example


Text Example

White with #355AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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