#303DB5

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

Shades of Persian Blue #303DB5

Tints of Persian Blue #303DB5

Color information

#303DB5 (or 0x303DB5) is unknown color: approx Persian Blue. HEX triplet: 30, 3D and B5. RGB value is (48,61,181). Sum of RGB (Red+Green+Blue) = 48+61+181=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 181 (71.09% from 255 or 62.41% from 290); Max value from RGB is 181 - color contains mainly: blue. Hex color #303DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DB5 is #CFC24A. Grayscale: #464646. Windows color (decimal): -13615691 or 11877680. OLE color: 11877680.

HSL color Cylindrical-coordinate representation of color #303DB5: hue angle of 234.14º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #303DB5 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4861181-
CMYK0.730.6600.29
HSL234.14º58.08%44.9%-
HSV(B)234.14º73.48%70.98%-
XYZ11.237.344.53-
YUV70.79190.19111.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.55%
GREEN value IS 61 (24.22% from 255) = 21.03%
BLUE value IS 181 (71.09% from 255) = 62.41%
R=16.55%
G=21.03%
B=62.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48611810.730.6600.29234.1458.0844.9
Hex303DB5494201Dea3a2d
Octal60752651111020353527255
Binary110000111101101101011001001100001001110111101010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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