#3025D2

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

Shades of Persian Blue #3025D2

Tints of Persian Blue #3025D2

Color information

#3025D2 (or 0x3025D2) is unknown color: approx Persian Blue. HEX triplet: 30, 25 and D2. RGB value is (48,37,210). Sum of RGB (Red+Green+Blue) = 48+37+210=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 210 (82.42% from 255 or 71.19% from 295); Max value from RGB is 210 - color contains mainly: blue. Hex color #3025D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3025D2 is #CFDA2D. Grayscale: #3B3B3B. Windows color (decimal): -13621806 or 13772080. OLE color: 13772080.

HSL color Cylindrical-coordinate representation of color #3025D2: hue angle of 243.82º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3025D2 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4837210-
CMYK0.770.8200.18
HSL243.82º70.04%48.43%-
HSV(B)243.82º82.38%82.35%-
XYZ13.516.661.54-
YUV60.01212.64119.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 37 (14.84% from 255) = 12.54%
BLUE value IS 210 (82.42% from 255) = 71.19%
R=16.27%
G=12.54%
B=71.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal48372100.770.8200.18243.8270.0448.43
Hex3025D24D52012f44630
Octal604532211512202236410660
Binary1100001001011101001010011011010010010010111101001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3025D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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