#3416C5

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

Shades of Persian Blue #3416C5

Tints of Persian Blue #3416C5

Color information

#3416C5 (or 0x3416C5) is unknown color: approx Persian Blue. HEX triplet: 34, 16 and C5. RGB value is (52,22,197). Sum of RGB (Red+Green+Blue) = 52+22+197=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 197 (77.34% from 255 or 72.69% from 271); Max value from RGB is 197 - color contains mainly: blue. Hex color #3416C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3416C5 is #CBE93A. Grayscale: #323232. Windows color (decimal): -13363515 or 12916276. OLE color: 12916276.

HSL color Cylindrical-coordinate representation of color #3416C5: hue angle of 250.29º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3416C5 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5222197-
CMYK0.740.8900.23
HSL250.29º79.91%42.94%-
HSV(B)250.29º88.83%77.25%-
XYZ11.785.3453.23-
YUV50.92210.44128.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 22 (8.98% from 255) = 8.12%
BLUE value IS 197 (77.34% from 255) = 72.69%
R=19.19%
G=8.12%
B=72.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal52221970.740.8900.23250.2979.9142.94
Hex3416C54A59017fa502b
Octal642630511213102737212053
Binary110100101101100010110010101011001010111111110101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3416C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3416C5; }

 p { color: rgb(52,22,197); }

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

<style>
 a { background-color: #3416C5; }

 a { background-color: rgb(52,22,197); }

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

<style>
 span { border-color: #3416C5; }

 span { border-color: rgb(52,22,197); }

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