#3028CA

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

Shades of Persian Blue #3028CA

Tints of Persian Blue #3028CA

Color information

#3028CA (or 0x3028CA) is unknown color: approx Persian Blue. HEX triplet: 30, 28 and CA. RGB value is (48,40,202). Sum of RGB (Red+Green+Blue) = 48+40+202=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 202 (79.30% from 255 or 69.66% from 290); Max value from RGB is 202 - color contains mainly: blue. Hex color #3028CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3028CA is #CFD735. Grayscale: #3C3C3C. Windows color (decimal): -13621046 or 13248560. OLE color: 13248560.

HSL color Cylindrical-coordinate representation of color #3028CA: hue angle of 242.96º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3028CA is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4840202-
CMYK0.760.8000.21
HSL242.96º66.94%47.45%-
HSV(B)242.96º80.2%79.22%-
XYZ12.646.4156.45-
YUV60.86207.65118.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.55%
GREEN value IS 40 (16.02% from 255) = 13.79%
BLUE value IS 202 (79.30% from 255) = 69.66%
R=16.55%
G=13.79%
B=69.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal48402020.760.8000.21242.9666.9447.45
Hex3028CA4C50015f3432f
Octal605031211412002536310357
Binary1100001010001100101010011001010000010101111100111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3028CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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