#3025D6

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

Shades of Persian Blue #3025D6

Tints of Persian Blue #3025D6

Color information

#3025D6 (or 0x3025D6) is unknown color: approx Persian Blue. HEX triplet: 30, 25 and D6. RGB value is (48,37,214). Sum of RGB (Red+Green+Blue) = 48+37+214=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 214 (83.98% from 255 or 71.57% from 299); Max value from RGB is 214 - color contains mainly: blue. Hex color #3025D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3025D6 is #CFDA29. Grayscale: #3B3B3B. Windows color (decimal): -13621802 or 14034224. OLE color: 14034224.

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

Color convert

RGB4837214-
CMYK0.780.8300.16
HSL243.73º70.52%49.22%-
HSV(B)243.73º82.71%83.92%-
XYZ14.026.8164.19-
YUV60.47214.64119.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 214 (83.98% from 255) = 71.57%
R=16.05%
G=12.37%
B=71.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal48372140.780.8300.16243.7370.5249.22
Hex3025D64E53010f44731
Octal604532611612302036410761
Binary1100001001011101011010011101010011010000111101001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3025D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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