#3030dd

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

Shades of Persian Blue #3030DD

Tints of Persian Blue #3030DD

Color information

#3030DD (or 0x3030DD) is unknown color: approx Persian Blue. HEX triplet: 30, 30 and DD. RGB value is (48,48,221). Sum of RGB (Red+Green+Blue) = 48+48+221=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #3030DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3030DD is #CFCF22. Grayscale: #434343. Windows color (decimal): -13618979 or 14495792. OLE color: 14495792.

HSL color Cylindrical-coordinate representation of color #3030DD: hue angle of 240º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3030DD is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4848221-
CMYK0.780.7800.13
HSL240º71.78%52.75%-
HSV(B)240º78.28%86.67%-
XYZ15.337.9669.14-
YUV67.72214.5113.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 48 (19.14% from 255) = 15.14%
BLUE value IS 221 (86.72% from 255) = 69.72%
R=15.14%
G=15.14%
B=69.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal48482210.780.7800.1324071.7852.75
Hex3030DD4E4E0Df04835
Octal606033511611601536011065
Binary110000110000110111011001110100111001101111100001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3030dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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