#302BDC

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

Shades of Persian Blue #302BDC

Tints of Persian Blue #302BDC

Color information

#302BDC (or 0x302BDC) is unknown color: approx Persian Blue. HEX triplet: 30, 2B and DC. RGB value is (48,43,220). Sum of RGB (Red+Green+Blue) = 48+43+220=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #302BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302BDC is #CFD423. Grayscale: #3F3F3F. Windows color (decimal): -13620260 or 14428976. OLE color: 14428976.

HSL color Cylindrical-coordinate representation of color #302BDC: hue angle of 241.69º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302BDC is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4843220-
CMYK0.780.8000.14
HSL241.69º71.66%51.57%-
HSV(B)241.69º80.45%86.27%-
XYZ157.5268.37-
YUV64.67215.66116.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 43 (17.19% from 255) = 13.83%
BLUE value IS 220 (86.33% from 255) = 70.74%
R=15.43%
G=13.83%
B=70.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal48432200.780.8000.14241.6971.6651.57
Hex302BDC4E500Ef24834
Octal605333411612001636211064
Binary110000101011110111001001110101000001110111100101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,43,220); }

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

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

 a { background-color: rgb(48,43,220); }

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

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

 span { border-color: rgb(48,43,220); }

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