#3416C4

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

Shades of Persian Blue #3416C4

Tints of Persian Blue #3416C4

Color information

#3416C4 (or 0x3416C4) is unknown color: approx Persian Blue. HEX triplet: 34, 16 and C4. RGB value is (52,22,196). Sum of RGB (Red+Green+Blue) = 52+22+196=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 196 (76.95% from 255 or 72.59% from 270); Max value from RGB is 196 - color contains mainly: blue. Hex color #3416C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3416C4 is #CBE93B. Grayscale: #323232. Windows color (decimal): -13363516 or 12850740. OLE color: 12850740.

HSL color Cylindrical-coordinate representation of color #3416C4: hue angle of 250.34º 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 #3416C4 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5222196-
CMYK0.730.8900.23
HSL250.34º79.82%42.75%-
HSV(B)250.34º88.78%76.86%-
XYZ11.675.2952.63-
YUV50.81209.94128.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 22 (8.98% from 255) = 8.15%
BLUE value IS 196 (76.95% from 255) = 72.59%
R=19.26%
G=8.15%
B=72.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal52221960.730.8900.23250.3479.8242.75
Hex3416C44959017fa502b
Octal642630411113102737212053
Binary110100101101100010010010011011001010111111110101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3416C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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