#353EB4

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

Shades of Persian Blue #353EB4

Tints of Persian Blue #353EB4

Color information

#353EB4 (or 0x353EB4) is unknown color: approx Persian Blue. HEX triplet: 35, 3E and B4. RGB value is (53,62,180). Sum of RGB (Red+Green+Blue) = 53+62+180=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 180 (70.70% from 255 or 61.02% from 295); Max value from RGB is 180 - color contains mainly: blue. Hex color #353EB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EB4 is #CAC14B. Grayscale: #484848. Windows color (decimal): -13287756 or 11812405. OLE color: 11812405.

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

Color convert

RGB5362180-
CMYK0.710.6600.29
HSL235.75º54.51%45.69%-
HSV(B)235.75º70.56%70.59%-
XYZ11.437.544.02-
YUV72.76188.52113.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 62 (24.61% from 255) = 21.02%
BLUE value IS 180 (70.70% from 255) = 61.02%
R=17.97%
G=21.02%
B=61.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53621800.710.6600.29235.7554.5145.69
Hex353EB4474201Dec372e
Octal65762641071020353546756
Binary110101111110101101001000111100001001110111101100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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