#3430AC

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

Shades of Persian Blue #3430AC

Tints of Persian Blue #3430AC

Color information

#3430AC (or 0x3430AC) is unknown color: approx Persian Blue. HEX triplet: 34, 30 and AC. RGB value is (52,48,172). Sum of RGB (Red+Green+Blue) = 52+48+172=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #3430AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3430AC is #CBCF53. Grayscale: #3E3E3E. Windows color (decimal): -13356884 or 11284532. OLE color: 11284532.

HSL color Cylindrical-coordinate representation of color #3430AC: hue angle of 241.94º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3430AC is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5248172-
CMYK0.700.7200.33
HSL241.94º56.36%43.14%-
HSV(B)241.94º72.09%67.45%-
XYZ9.925.8239.63-
YUV63.33189.33119.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 48 (19.14% from 255) = 17.65%
BLUE value IS 172 (67.58% from 255) = 63.24%
R=19.12%
G=17.65%
B=63.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52481720.700.7200.33241.9456.3643.14
Hex3430AC4648021f2382b
Octal64602541061100413627053
Binary1101001100001010110010001101001000010000111110010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3430AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3430AC; }

 p { color: rgb(52,48,172); }

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

<style>
 a { background-color: #3430AC; }

 a { background-color: rgb(52,48,172); }

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

<style>
 span { border-color: #3430AC; }

 span { border-color: rgb(52,48,172); }

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