#3430AD

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

Shades of Persian Blue #3430AD

Tints of Persian Blue #3430AD

Color information

#3430AD (or 0x3430AD) is unknown color: approx Persian Blue. HEX triplet: 34, 30 and AD. RGB value is (52,48,173). Sum of RGB (Red+Green+Blue) = 52+48+173=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #3430AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3430AD is #CBCF52. Grayscale: #3E3E3E. Windows color (decimal): -13356883 or 11350068. OLE color: 11350068.

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

Color convert

RGB5248173-
CMYK0.700.7200.32
HSL241.92º56.56%43.33%-
HSV(B)241.92º72.25%67.84%-
XYZ10.025.8640.14-
YUV63.45189.83119.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 173 (67.97% from 255) = 63.37%
R=19.05%
G=17.58%
B=63.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52481730.700.7200.32241.9256.5643.33
Hex3430AD4648020f2392b
Octal64602551061100403627153
Binary1101001100001010110110001101001000010000011110010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3430AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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