#3028BE

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

Shades of Persian Blue #3028BE

Tints of Persian Blue #3028BE

Color information

#3028BE (or 0x3028BE) is unknown color: approx Persian Blue. HEX triplet: 30, 28 and BE. RGB value is (48,40,190). Sum of RGB (Red+Green+Blue) = 48+40+190=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #3028BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3028BE is #CFD741. Grayscale: #3A3A3A. Windows color (decimal): -13621058 or 12462128. OLE color: 12462128.

HSL color Cylindrical-coordinate representation of color #3028BE: hue angle of 243.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3028BE is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4840190-
CMYK0.750.7900.25
HSL243.2º65.22%45.1%-
HSV(B)243.2º78.95%74.51%-
XYZ11.275.8649.25-
YUV59.49201.65119.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.27%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 190 (74.61% from 255) = 68.35%
R=17.27%
G=14.39%
B=68.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48401900.750.7900.25243.265.2245.1
Hex3028BE4B4F019f3412d
Octal605027611311703136310155
Binary1100001010001011111010010111001111011001111100111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3028BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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