#303AC6

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

Shades of Persian Blue #303AC6

Tints of Persian Blue #303AC6

Color information

#303AC6 (or 0x303AC6) is unknown color: approx Persian Blue. HEX triplet: 30, 3A and C6. RGB value is (48,58,198). Sum of RGB (Red+Green+Blue) = 48+58+198=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 198 (77.73% from 255 or 65.13% from 304); Max value from RGB is 198 - color contains mainly: blue. Hex color #303AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303AC6 is #CFC539. Grayscale: #464646. Windows color (decimal): -13616442 or 12991024. OLE color: 12991024.

HSL color Cylindrical-coordinate representation of color #303AC6: hue angle of 236º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #303AC6 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4858198-
CMYK0.760.7100.22
HSL236º60.98%48.24%-
HSV(B)236º75.76%77.65%-
XYZ12.937.7354.24-
YUV70.97199.69111.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.79%
GREEN value IS 58 (23.05% from 255) = 19.08%
BLUE value IS 198 (77.73% from 255) = 65.13%
R=15.79%
G=19.08%
B=65.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal48581980.760.7100.2223660.9848.24
Hex303AC64C47016ec3d30
Octal60723061141070263547560
Binary110000111010110001101001100100011101011011101100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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