#303EA6

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

Shades of Persian Blue #303EA6

Tints of Persian Blue #303EA6

Color information

#303EA6 (or 0x303EA6) is unknown color: approx Persian Blue. HEX triplet: 30, 3E and A6. RGB value is (48,62,166). Sum of RGB (Red+Green+Blue) = 48+62+166=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 166 (65.23% from 255 or 60.14% from 276); Max value from RGB is 166 - color contains mainly: blue. Hex color #303EA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303EA6 is #CFC159. Grayscale: #454545. Windows color (decimal): -13615450 or 10894896. OLE color: 10894896.

HSL color Cylindrical-coordinate representation of color #303EA6: hue angle of 232.88º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #303EA6 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4862166-
CMYK0.710.6300.35
HSL232.88º55.14%41.96%-
HSV(B)232.88º71.08%65.1%-
XYZ9.826.8336.88-
YUV69.67182.36112.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 62 (24.61% from 255) = 22.46%
BLUE value IS 166 (65.23% from 255) = 60.14%
R=17.39%
G=22.46%
B=60.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal48621660.710.6300.35232.8855.1441.96
Hex303EA6473F023e9372a
Octal6076246107770433516752
Binary110000111110101001101000111111111010001111101001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,62,166); }

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

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

 a { background-color: rgb(48,62,166); }

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

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

 span { border-color: rgb(48,62,166); }

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