#3025B0

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

Shades of Persian Blue #3025B0

Tints of Persian Blue #3025B0

Color information

#3025B0 (or 0x3025B0) is unknown color: approx Persian Blue. HEX triplet: 30, 25 and B0. RGB value is (48,37,176). Sum of RGB (Red+Green+Blue) = 48+37+176=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 176 (69.14% from 255 or 67.43% from 261); Max value from RGB is 176 - color contains mainly: blue. Hex color #3025B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3025B0 is #CFDA4F. Grayscale: #373737. Windows color (decimal): -13621840 or 11543856. OLE color: 11543856.

HSL color Cylindrical-coordinate representation of color #3025B0: hue angle of 244.75º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3025B0 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4837176-
CMYK0.730.7900.31
HSL244.75º65.26%41.76%-
HSV(B)244.75º78.98%69.02%-
XYZ9.725.0941.54-
YUV56.14195.64122.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 37 (14.84% from 255) = 14.18%
BLUE value IS 176 (69.14% from 255) = 67.43%
R=18.39%
G=14.18%
B=67.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48371760.730.7900.31244.7565.2641.76
Hex3025B0494F01Ff5412a
Octal604526011111703736510152
Binary1100001001011011000010010011001111011111111101011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3025B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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