#3421CC

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

Shades of Persian Blue #3421CC

Tints of Persian Blue #3421CC

Color information

#3421CC (or 0x3421CC) is unknown color: approx Persian Blue. HEX triplet: 34, 21 and CC. RGB value is (52,33,204). Sum of RGB (Red+Green+Blue) = 52+33+204=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #3421CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3421CC is #CBDE33. Grayscale: #393939. Windows color (decimal): -13360692 or 13377844. OLE color: 13377844.

HSL color Cylindrical-coordinate representation of color #3421CC: hue angle of 246.67º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3421CC is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5233204-
CMYK0.750.8400.2
HSL246.67º72.15%46.47%-
HSV(B)246.67º83.82%80%-
XYZ12.866.1857.64-
YUV58.18210.29123.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 33 (13.28% from 255) = 11.42%
BLUE value IS 204 (80.08% from 255) = 70.59%
R=17.99%
G=11.42%
B=70.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal52332040.750.8400.2246.6772.1546.47
Hex3421CC4B54014f7482e
Octal644131411312402436711056
Binary1101001000011100110010010111010100010100111101111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3421CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3421CC; }

 p { color: rgb(52,33,204); }

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

<style>
 a { background-color: #3421CC; }

 a { background-color: rgb(52,33,204); }

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

<style>
 span { border-color: #3421CC; }

 span { border-color: rgb(52,33,204); }

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