#353BB1

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

Shades of Persian Blue #353BB1

Tints of Persian Blue #353BB1

Color information

#353BB1 (or 0x353BB1) is unknown color: approx Persian Blue. HEX triplet: 35, 3B and B1. RGB value is (53,59,177). Sum of RGB (Red+Green+Blue) = 53+59+177=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 177 (69.53% from 255 or 61.25% from 289); Max value from RGB is 177 - color contains mainly: blue. Hex color #353BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353BB1 is #CAC44E. Grayscale: #464646. Windows color (decimal): -13288527 or 11615029. OLE color: 11615029.

HSL color Cylindrical-coordinate representation of color #353BB1: hue angle of 237.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #353BB1 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5359177-
CMYK0.700.6700.31
HSL237.1º53.91%45.1%-
HSV(B)237.1º70.06%69.41%-
XYZ10.977.0642.38-
YUV70.66188.01115.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 59 (23.44% from 255) = 20.42%
BLUE value IS 177 (69.53% from 255) = 61.25%
R=18.34%
G=20.42%
B=61.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53591770.700.6700.31237.153.9145.1
Hex353BB1464301Fed362d
Octal65732611061030373556655
Binary110101111011101100011000110100001101111111101101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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