Html Css Color HEX #355AAA Mariner

📋 copy color: '#355AAA'

red 53 ◦ green 90 ◦ blue 170

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

Shades of Mariner #355AAA

Tints of Mariner #355AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.31%

R = 16.93%
G = 28.75%
B = 54.31%

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

#355AAA (or 0x355AAA) is known color: Mariner. HEX triplet: 35, 5A and AA. RGB value is (53,90,170). Sum of RGB (Red+Green+Blue) = 53+90+170=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #355AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355AAA is #CAA555. Grayscale: #575757. Windows color (decimal): -13280598 or 11164213. OLE color: 11164213.

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

Color convert

RGB 53 90 170 -
CMYK 0.69 0.47 0 0.33
HSL 221.03º 0.52% 0.44% -
HSV(B) 221.03º 0.69% 0.67% -
XYZ 12.38 10.97 39.5 -
YUV 88.06 174.24 103 -
System Red Green Blue C M Y K H S L
Decimal 53 90 170 0.69 0.47 0 0.33 221.03 0.52 0.44
Hex 35 5A AA 45 2F 0 21 DD 34 2C
Octal 65 132 252 105 57 0 41 335 64 54
Binary 110101 1011010 10101010 1000101 101111 0 100001 11011101 110100 101100

Color Harmonies of #355AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355AAA

Black with #355AAA

Text Example


Text Example

White with #355AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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