#353DC2

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

Shades of Persian Blue #353DC2

Tints of Persian Blue #353DC2

Color information

#353DC2 (or 0x353DC2) is unknown color: approx Persian Blue. HEX triplet: 35, 3D and C2. RGB value is (53,61,194). Sum of RGB (Red+Green+Blue) = 53+61+194=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 194 (76.17% from 255 or 62.99% from 308); Max value from RGB is 194 - color contains mainly: blue. Hex color #353DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DC2 is #CAC23D. Grayscale: #494949. Windows color (decimal): -13287998 or 12729653. OLE color: 12729653.

HSL color Cylindrical-coordinate representation of color #353DC2: hue angle of 236.6º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #353DC2 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5361194-
CMYK0.730.6900.24
HSL236.6º57.09%48.43%-
HSV(B)236.6º72.68%76.08%-
XYZ12.877.9951.9-
YUV73.77195.85113.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 194 (76.17% from 255) = 62.99%
R=17.21%
G=19.81%
B=62.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53611940.730.6900.24236.657.0948.43
Hex353DC24945018ed3930
Octal65753021111050303557160
Binary110101111101110000101001001100010101100011101101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,61,194); }

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

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

 a { background-color: rgb(53,61,194); }

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

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

 span { border-color: rgb(53,61,194); }

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