#3028B6

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

Shades of Persian Blue #3028B6

Tints of Persian Blue #3028B6

Color information

#3028B6 (or 0x3028B6) is unknown color: approx Persian Blue. HEX triplet: 30, 28 and B6. RGB value is (48,40,182). Sum of RGB (Red+Green+Blue) = 48+40+182=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 182 (71.48% from 255 or 67.41% from 270); Max value from RGB is 182 - color contains mainly: blue. Hex color #3028B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3028B6 is #CFD749. Grayscale: #3A3A3A. Windows color (decimal): -13621066 or 11937840. OLE color: 11937840.

HSL color Cylindrical-coordinate representation of color #3028B6: hue angle of 243.38º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3028B6 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4840182-
CMYK0.740.7800.29
HSL243.38º63.96%43.53%-
HSV(B)243.38º78.02%71.37%-
XYZ10.425.5244.77-
YUV58.58197.65120.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 40 (16.02% from 255) = 14.81%
BLUE value IS 182 (71.48% from 255) = 67.41%
R=17.78%
G=14.81%
B=67.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48401820.740.7800.29243.3863.9643.53
Hex3028B64A4E01Df3402c
Octal605026611211603536310054
Binary1100001010001011011010010101001110011101111100111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3028B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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