#3028DD

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

Shades of Persian Blue #3028DD

Tints of Persian Blue #3028DD

Color information

#3028DD (or 0x3028DD) is unknown color: approx Persian Blue. HEX triplet: 30, 28 and DD. RGB value is (48,40,221). Sum of RGB (Red+Green+Blue) = 48+40+221=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #3028DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3028DD is #CFD722. Grayscale: #3E3E3E. Windows color (decimal): -13621027 or 14493744. OLE color: 14493744.

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

Color convert

RGB4840221-
CMYK0.780.8200.13
HSL242.65º72.69%51.18%-
HSV(B)242.65º81.9%86.67%-
XYZ15.037.3769.04-
YUV63.03217.15117.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.53%
GREEN value IS 40 (16.02% from 255) = 12.94%
BLUE value IS 221 (86.72% from 255) = 71.52%
R=15.53%
G=12.94%
B=71.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal48402210.780.8200.13242.6572.6951.18
Hex3028DD4E520Df34933
Octal605033511612201536311163
Binary110000101000110111011001110101001001101111100111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3028DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3028DD; }

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

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

<style>
 a { background-color: #3028DD; }

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

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

<style>
 span { border-color: #3028DD; }

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

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