#303FBF

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

Shades of Persian Blue #303FBF

Tints of Persian Blue #303FBF

Color information

#303FBF (or 0x303FBF) is unknown color: approx Persian Blue. HEX triplet: 30, 3F and BF. RGB value is (48,63,191). Sum of RGB (Red+Green+Blue) = 48+63+191=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #303FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FBF is #CFC040. Grayscale: #484848. Windows color (decimal): -13615169 or 12533552. OLE color: 12533552.

HSL color Cylindrical-coordinate representation of color #303FBF: hue angle of 233.71º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #303FBF is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4863191-
CMYK0.750.6700.25
HSL233.71º59.83%46.86%-
HSV(B)233.71º74.87%74.9%-
XYZ12.47.9450.17-
YUV73.11194.53110.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 63 (25% from 255) = 20.86%
BLUE value IS 191 (75% from 255) = 63.25%
R=15.89%
G=20.86%
B=63.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48631910.750.6700.25233.7159.8346.86
Hex303FBF4B43019ea3c2f
Octal60772771131030313527457
Binary110000111111101111111001011100001101100111101010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,63,191); }

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

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

 a { background-color: rgb(48,63,191); }

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

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

 span { border-color: rgb(48,63,191); }

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