#3518C3

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

Shades of Persian Blue #3518C3

Tints of Persian Blue #3518C3

Color information

#3518C3 (or 0x3518C3) is unknown color: approx Persian Blue. HEX triplet: 35, 18 and C3. RGB value is (53,24,195). Sum of RGB (Red+Green+Blue) = 53+24+195=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 195 (76.56% from 255 or 71.69% from 272); Max value from RGB is 195 - color contains mainly: blue. Hex color #3518C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3518C3 is #CAE73C. Grayscale: #333333. Windows color (decimal): -13297469 or 12785717. OLE color: 12785717.

HSL color Cylindrical-coordinate representation of color #3518C3: hue angle of 250.18º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3518C3 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5324195-
CMYK0.730.8800.24
HSL250.18º78.08%42.94%-
HSV(B)250.18º87.69%76.47%-
XYZ11.655.3552.05-
YUV52.16208.61128.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 24 (9.77% from 255) = 8.82%
BLUE value IS 195 (76.56% from 255) = 71.69%
R=19.49%
G=8.82%
B=71.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53241950.730.8800.24250.1878.0842.94
Hex3518C34958018fa4e2b
Octal653030311113003037211653
Binary110101110001100001110010011011000011000111110101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3518C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3518C3; }

 p { color: rgb(53,24,195); }

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

<style>
 a { background-color: #3518C3; }

 a { background-color: rgb(53,24,195); }

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

<style>
 span { border-color: #3518C3; }

 span { border-color: rgb(53,24,195); }

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