#302DCE

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

Shades of Persian Blue #302DCE

Tints of Persian Blue #302DCE

Color information

#302DCE (or 0x302DCE) is unknown color: approx Persian Blue. HEX triplet: 30, 2D and CE. RGB value is (48,45,206). Sum of RGB (Red+Green+Blue) = 48+45+206=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #302DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302DCE is #CFD231. Grayscale: #3F3F3F. Windows color (decimal): -13619762 or 13511984. OLE color: 13511984.

HSL color Cylindrical-coordinate representation of color #302DCE: hue angle of 241.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #302DCE is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4845206-
CMYK0.770.7800.19
HSL241.12º64.14%49.22%-
HSV(B)241.12º78.16%80.78%-
XYZ13.36.9659.04-
YUV64.25207.99116.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 45 (17.97% from 255) = 15.05%
BLUE value IS 206 (80.86% from 255) = 68.90%
R=16.05%
G=15.05%
B=68.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal48452060.770.7800.19241.1264.1449.22
Hex302DCE4D4E013f14031
Octal605531611511602336110061
Binary1100001011011100111010011011001110010011111100011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,45,206); }

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

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

 a { background-color: rgb(48,45,206); }

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

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

 span { border-color: rgb(48,45,206); }

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