#353AAC

Color #353AAC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #353AAC

Tints of Persian Blue #353AAC

Color information

#353AAC (or 0x353AAC) is unknown color: approx Persian Blue. HEX triplet: 35, 3A and AC. RGB value is (53,58,172). Sum of RGB (Red+Green+Blue) = 53+58+172=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #353AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353AAC is #CAC553. Grayscale: #454545. Windows color (decimal): -13288788 or 11287093. OLE color: 11287093.

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

Color convert

RGB5358172-
CMYK0.690.6600.33
HSL237.48º52.89%44.12%-
HSV(B)237.48º69.19%67.45%-
XYZ10.436.7639.79-
YUV69.5185.84116.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 58 (23.05% from 255) = 20.49%
BLUE value IS 172 (67.58% from 255) = 60.78%
R=18.73%
G=20.49%
B=60.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53581720.690.6600.33237.4852.8944.12
Hex353AAC4542021ed352c
Octal65722541051020413556554
Binary1101011110101010110010001011000010010000111101101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #353AAC;
 }
 .AnyTagClassName
 {
   color: #353AAC;
 }
</style>
background-color css

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

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

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

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

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

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