#303DBF

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

Shades of Persian Blue #303DBF

Tints of Persian Blue #303DBF

Color information

#303DBF (or 0x303DBF) is unknown color: approx Persian Blue. HEX triplet: 30, 3D and BF. RGB value is (48,61,191). Sum of RGB (Red+Green+Blue) = 48+61+191=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #303DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DBF is #CFC240. Grayscale: #474747. Windows color (decimal): -13615681 or 12533040. OLE color: 12533040.

HSL color Cylindrical-coordinate representation of color #303DBF: hue angle of 234.55º 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 #303DBF is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4861191-
CMYK0.750.6800.25
HSL234.55º59.83%46.86%-
HSV(B)234.55º74.87%74.9%-
XYZ12.297.7350.13-
YUV71.93195.19110.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 61 (24.22% from 255) = 20.33%
BLUE value IS 191 (75% from 255) = 63.67%
R=16%
G=20.33%
B=63.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48611910.750.6800.25234.5559.8346.86
Hex303DBF4B44019eb3c2f
Octal60752771131040313537457
Binary110000111101101111111001011100010001100111101011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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