#3030ac

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

Shades of Persian Blue #3030AC

Tints of Persian Blue #3030AC

Color information

#3030AC (or 0x3030AC) is unknown color: approx Persian Blue. HEX triplet: 30, 30 and AC. RGB value is (48,48,172). Sum of RGB (Red+Green+Blue) = 48+48+172=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #3030AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3030AC is #CFCF53. Grayscale: #3D3D3D. Windows color (decimal): -13619028 or 11284528. OLE color: 11284528.

HSL color Cylindrical-coordinate representation of color #3030AC: hue angle of 240º 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 #3030AC is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4848172-
CMYK0.720.7200.33
HSL240º56.36%43.14%-
HSV(B)240º72.09%67.45%-
XYZ9.725.7239.62-
YUV62.14190117.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 48 (19.14% from 255) = 17.91%
BLUE value IS 172 (67.58% from 255) = 64.18%
R=17.91%
G=17.91%
B=64.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48481720.720.7200.3324056.3643.14
Hex3030AC4848021f0382b
Octal60602541101100413607053
Binary1100001100001010110010010001001000010000111110000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3030ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3030ac; }

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

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

<style>
 a { background-color: #3030ac; }

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

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

<style>
 span { border-color: #3030ac; }

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

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