#3028AE

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

Shades of Persian Blue #3028AE

Tints of Persian Blue #3028AE

Color information

#3028AE (or 0x3028AE) is unknown color: approx Persian Blue. HEX triplet: 30, 28 and AE. RGB value is (48,40,174). Sum of RGB (Red+Green+Blue) = 48+40+174=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #3028AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3028AE is #CFD751. Grayscale: #393939. Windows color (decimal): -13621074 or 11413552. OLE color: 11413552.

HSL color Cylindrical-coordinate representation of color #3028AE: hue angle of 243.58º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3028AE is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4840174-
CMYK0.720.7700.32
HSL243.58º62.62%41.96%-
HSV(B)243.58º77.01%68.24%-
XYZ9.625.240.54-
YUV57.67193.65121.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 40 (16.02% from 255) = 15.27%
BLUE value IS 174 (68.36% from 255) = 66.41%
R=18.32%
G=15.27%
B=66.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48401740.720.7700.32243.5862.6241.96
Hex3028AE484D020f43f2a
Octal60502561101150403647752
Binary1100001010001010111010010001001101010000011110100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3028AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3028AE; }

 p { color: rgb(48,40,174); }

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

<style>
 a { background-color: #3028AE; }

 a { background-color: rgb(48,40,174); }

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

<style>
 span { border-color: #3028AE; }

 span { border-color: rgb(48,40,174); }

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