#3533C1

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

Shades of Persian Blue #3533C1

Tints of Persian Blue #3533C1

Color information

#3533C1 (or 0x3533C1) is unknown color: approx Persian Blue. HEX triplet: 35, 33 and C1. RGB value is (53,51,193). Sum of RGB (Red+Green+Blue) = 53+51+193=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 193 (75.78% from 255 or 64.98% from 297); Max value from RGB is 193 - color contains mainly: blue. Hex color #3533C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3533C1 is #CACC3E. Grayscale: #434343. Windows color (decimal): -13290559 or 12661557. OLE color: 12661557.

HSL color Cylindrical-coordinate representation of color #3533C1: hue angle of 240.85º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3533C1 is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5351193-
CMYK0.730.7400.24
HSL240.85º58.2%47.84%-
HSV(B)240.85º73.58%75.69%-
XYZ12.286.9751.15-
YUV67.79198.66117.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 193 (75.78% from 255) = 64.98%
R=17.85%
G=17.17%
B=64.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53511930.730.7400.24240.8558.247.84
Hex3533C1494A018f13a30
Octal65633011111120303617260
Binary110101110011110000011001001100101001100011110001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3533C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3533C1; }

 p { color: rgb(53,51,193); }

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

<style>
 a { background-color: #3533C1; }

 a { background-color: rgb(53,51,193); }

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

<style>
 span { border-color: #3533C1; }

 span { border-color: rgb(53,51,193); }

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