Html Css Color HEX #355BAC Mariner

📋 copy color: '#355BAC'

red 53 ◦ green 91 ◦ blue 172

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

Shades of Mariner #355BAC

Tints of Mariner #355BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.8%

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

R = 16.77%
G = 28.8%
B = 54.43%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#355BAC (or 0x355BAC) is known color: Mariner. HEX triplet: 35, 5B and AC. RGB value is (53,91,172). Sum of RGB (Red+Green+Blue) = 53+91+172=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #355BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355BAC is #CAA453. Grayscale: #585858. Windows color (decimal): -13280340 or 11295541. OLE color: 11295541.

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

Color convert

RGB 53 91 172 -
CMYK 0.69 0.47 0 0.33
HSL 220.84º 0.53% 0.44% -
HSV(B) 220.84º 0.69% 0.67% -
XYZ 12.66 11.22 40.53 -
YUV 88.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 53 91 172 0.69 0.47 0 0.33 220.84 0.53 0.44
Hex 35 5B AC 45 2F 0 21 DD 35 2C
Octal 65 133 254 105 57 0 41 335 65 54
Binary 110101 1011011 10101100 1000101 101111 0 100001 11011101 110101 101100

Color Harmonies of #355BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355BAC

Black with #355BAC

Text Example


Text Example

White with #355BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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