#353BB3

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

Shades of Persian Blue #353BB3

Tints of Persian Blue #353BB3

Color information

#353BB3 (or 0x353BB3) is unknown color: approx Persian Blue. HEX triplet: 35, 3B and B3. RGB value is (53,59,179). Sum of RGB (Red+Green+Blue) = 53+59+179=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 179 (70.31% from 255 or 61.51% from 291); Max value from RGB is 179 - color contains mainly: blue. Hex color #353BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BB3 is #CAC44C. Grayscale: #464646. Windows color (decimal): -13288525 or 11746101. OLE color: 11746101.

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

Color convert

RGB5359179-
CMYK0.700.6700.30
HSL237.14º54.31%45.49%-
HSV(B)237.14º70.39%70.2%-
XYZ11.177.1443.44-
YUV70.89189.01115.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 59 (23.44% from 255) = 20.27%
BLUE value IS 179 (70.31% from 255) = 61.51%
R=18.21%
G=20.27%
B=61.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal53591790.700.6700.30237.1454.3145.49
Hex353BB3464301Eed362d
Octal65732631061030363556655
Binary110101111011101100111000110100001101111011101101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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