#3025DA

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

Shades of Persian Blue #3025DA

Tints of Persian Blue #3025DA

Color information

#3025DA (or 0x3025DA) is unknown color: approx Persian Blue. HEX triplet: 30, 25 and DA. RGB value is (48,37,218). Sum of RGB (Red+Green+Blue) = 48+37+218=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #3025DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3025DA is #CFDA25. Grayscale: #3C3C3C. Windows color (decimal): -13621798 or 14296368. OLE color: 14296368.

HSL color Cylindrical-coordinate representation of color #3025DA: hue angle of 243.65º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3025DA is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4837218-
CMYK0.780.8300.15
HSL243.65º70.98%50%-
HSV(B)243.65º83.03%85.49%-
XYZ14.547.0166.92-
YUV60.92216.64118.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 37 (14.84% from 255) = 12.21%
BLUE value IS 218 (85.55% from 255) = 71.95%
R=15.84%
G=12.21%
B=71.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal48372180.780.8300.15243.6570.9850
Hex3025DA4E530Ff44732
Octal604533211612301736410762
Binary110000100101110110101001110101001101111111101001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3025DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3025DA; }

 p { color: rgb(48,37,218); }

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

<style>
 a { background-color: #3025DA; }

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

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

<style>
 span { border-color: #3025DA; }

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

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