#3025D0

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

Shades of Persian Blue #3025D0

Tints of Persian Blue #3025D0

Color information

#3025D0 (or 0x3025D0) is unknown color: approx Persian Blue. HEX triplet: 30, 25 and D0. RGB value is (48,37,208). Sum of RGB (Red+Green+Blue) = 48+37+208=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 208 (81.64% from 255 or 70.99% from 293); Max value from RGB is 208 - color contains mainly: blue. Hex color #3025D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3025D0 is #CFDA2F. Grayscale: #3B3B3B. Windows color (decimal): -13621808 or 13641008. OLE color: 13641008.

HSL color Cylindrical-coordinate representation of color #3025D0: hue angle of 243.86º 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 #3025D0 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4837208-
CMYK0.770.8200.18
HSL243.86º69.8%48.04%-
HSV(B)243.86º82.21%81.57%-
XYZ13.276.5160.23-
YUV59.78211.64119.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 208 (81.64% from 255) = 70.99%
R=16.38%
G=12.63%
B=70.99%

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
Decimal48372080.770.8200.18243.8669.848.04
Hex3025D04D52012f44630
Octal604532011512202236410660
Binary1100001001011101000010011011010010010010111101001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3025D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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