#302CE3

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

Shades of Persian Blue #302CE3

Tints of Persian Blue #302CE3

Color information

#302CE3 (or 0x302CE3) is unknown color: approx Persian Blue. HEX triplet: 30, 2C and E3. RGB value is (48,44,227). Sum of RGB (Red+Green+Blue) = 48+44+227=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 227 (89.06% from 255 or 71.16% from 319); Max value from RGB is 227 - color contains mainly: blue. Hex color #302CE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302CE3 is #CFD31C. Grayscale: #414141. Windows color (decimal): -13619997 or 14887984. OLE color: 14887984.

HSL color Cylindrical-coordinate representation of color #302CE3: hue angle of 241.31º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #302CE3 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4844227-
CMYK0.790.8100.11
HSL241.31º76.57%53.14%-
HSV(B)241.31º80.62%89.02%-
XYZ15.987.9873.37-
YUV66.06218.83115.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 44 (17.58% from 255) = 13.79%
BLUE value IS 227 (89.06% from 255) = 71.16%
R=15.05%
G=13.79%
B=71.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal48442270.790.8100.11241.3176.5753.14
Hex302CE34F510Bf14d35
Octal605434311712101336111565
Binary110000101100111000111001111101000101011111100011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302CE3; }

 p { color: rgb(48,44,227); }

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

<style>
 a { background-color: #302CE3; }

 a { background-color: rgb(48,44,227); }

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

<style>
 span { border-color: #302CE3; }

 span { border-color: rgb(48,44,227); }

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