#353BB4

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

Shades of Persian Blue #353BB4

Tints of Persian Blue #353BB4

Color information

#353BB4 (or 0x353BB4) is unknown color: approx Persian Blue. HEX triplet: 35, 3B and B4. RGB value is (53,59,180). Sum of RGB (Red+Green+Blue) = 53+59+180=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 180 (70.70% from 255 or 61.64% from 292); Max value from RGB is 180 - color contains mainly: blue. Hex color #353BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BB4 is #CAC44B. Grayscale: #464646. Windows color (decimal): -13288524 or 11811637. OLE color: 11811637.

HSL color Cylindrical-coordinate representation of color #353BB4: hue angle of 237.17º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #353BB4 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5359180-
CMYK0.710.6700.29
HSL237.17º54.51%45.69%-
HSV(B)237.17º70.56%70.59%-
XYZ11.277.1843.97-
YUV71189.51115.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.15%
GREEN value IS 59 (23.44% from 255) = 20.21%
BLUE value IS 180 (70.70% from 255) = 61.64%
R=18.15%
G=20.21%
B=61.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53591800.710.6700.29237.1754.5145.69
Hex353BB4474301Ded372e
Octal65732641071030353556756
Binary110101111011101101001000111100001101110111101101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,59,180); }

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

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

 a { background-color: rgb(53,59,180); }

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

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

 span { border-color: rgb(53,59,180); }

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