#353CBA

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

Shades of Persian Blue #353CBA

Tints of Persian Blue #353CBA

Color information

#353CBA (or 0x353CBA) is unknown color: approx Persian Blue. HEX triplet: 35, 3C and BA. RGB value is (53,60,186). Sum of RGB (Red+Green+Blue) = 53+60+186=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #353CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CBA is #CAC345. Grayscale: #474747. Windows color (decimal): -13288262 or 12205109. OLE color: 12205109.

HSL color Cylindrical-coordinate representation of color #353CBA: hue angle of 236.84º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #353CBA is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5360186-
CMYK0.720.6800.27
HSL236.84º55.65%46.86%-
HSV(B)236.84º71.51%72.94%-
XYZ11.957.5347.28-
YUV72.27192.18114.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.73%
GREEN value IS 60 (23.83% from 255) = 20.07%
BLUE value IS 186 (73.05% from 255) = 62.21%
R=17.73%
G=20.07%
B=62.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53601860.720.6800.27236.8455.6546.86
Hex353CBA484401Bed382f
Octal65742721101040333557057
Binary110101111100101110101001000100010001101111101101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,60,186); }

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

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

 a { background-color: rgb(53,60,186); }

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

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

 span { border-color: rgb(53,60,186); }

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