#3421D4

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

Shades of Persian Blue #3421D4

Tints of Persian Blue #3421D4

Color information

#3421D4 (or 0x3421D4) is unknown color: approx Persian Blue. HEX triplet: 34, 21 and D4. RGB value is (52,33,212). Sum of RGB (Red+Green+Blue) = 52+33+212=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 212 (83.20% from 255 or 71.38% from 297); Max value from RGB is 212 - color contains mainly: blue. Hex color #3421D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3421D4 is #CBDE2B. Grayscale: #3A3A3A. Windows color (decimal): -13360684 or 13902132. OLE color: 13902132.

HSL color Cylindrical-coordinate representation of color #3421D4: hue angle of 246.37º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3421D4 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5233212-
CMYK0.750.8400.17
HSL246.37º73.06%48.04%-
HSV(B)246.37º84.43%83.14%-
XYZ13.846.5762.83-
YUV59.09214.29122.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 33 (13.28% from 255) = 11.11%
BLUE value IS 212 (83.20% from 255) = 71.38%
R=17.51%
G=11.11%
B=71.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal52332120.750.8400.17246.3773.0648.04
Hex3421D44B54011f64930
Octal644132411312402136611160
Binary1101001000011101010010010111010100010001111101101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3421D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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