#303ACC

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

Shades of Persian Blue #303ACC

Tints of Persian Blue #303ACC

Color information

#303ACC (or 0x303ACC) is unknown color: approx Persian Blue. HEX triplet: 30, 3A and CC. RGB value is (48,58,204). Sum of RGB (Red+Green+Blue) = 48+58+204=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #303ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303ACC is #CFC533. Grayscale: #474747. Windows color (decimal): -13616436 or 13384240. OLE color: 13384240.

HSL color Cylindrical-coordinate representation of color #303ACC: hue angle of 236.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #303ACC is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4858204-
CMYK0.760.7200.2
HSL236.15º61.9%49.41%-
HSV(B)236.15º76.47%80%-
XYZ13.638.0157.96-
YUV71.65202.69111.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 58 (23.05% from 255) = 18.71%
BLUE value IS 204 (80.08% from 255) = 65.81%
R=15.48%
G=18.71%
B=65.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal48582040.760.7200.2236.1561.949.41
Hex303ACC4C48014ec3e31
Octal60723141141100243547661
Binary110000111010110011001001100100100001010011101100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303ACC; }

 p { color: rgb(48,58,204); }

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

<style>
 a { background-color: #303ACC; }

 a { background-color: rgb(48,58,204); }

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

<style>
 span { border-color: #303ACC; }

 span { border-color: rgb(48,58,204); }

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