#353CB4

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

Shades of Persian Blue #353CB4

Tints of Persian Blue #353CB4

Color information

#353CB4 (or 0x353CB4) is unknown color: approx Persian Blue. HEX triplet: 35, 3C and B4. RGB value is (53,60,180). Sum of RGB (Red+Green+Blue) = 53+60+180=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 180 (70.70% from 255 or 61.43% from 293); Max value from RGB is 180 - color contains mainly: blue. Hex color #353CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CB4 is #CAC34B. Grayscale: #474747. Windows color (decimal): -13288268 or 11811893. OLE color: 11811893.

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

Color convert

RGB5360180-
CMYK0.710.6700.29
HSL236.69º54.51%45.69%-
HSV(B)236.69º70.56%70.59%-
XYZ11.327.2843.99-
YUV71.59189.18114.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 60 (23.83% from 255) = 20.48%
BLUE value IS 180 (70.70% from 255) = 61.43%
R=18.09%
G=20.48%
B=61.43%

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
Decimal53601800.710.6700.29236.6954.5145.69
Hex353CB4474301Ded372e
Octal65742641071030353556756
Binary110101111100101101001000111100001101110111101101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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