#303FB1

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

Shades of Persian Blue #303FB1

Tints of Persian Blue #303FB1

Color information

#303FB1 (or 0x303FB1) is unknown color: approx Persian Blue. HEX triplet: 30, 3F and B1. RGB value is (48,63,177). Sum of RGB (Red+Green+Blue) = 48+63+177=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 177 (69.53% from 255 or 61.46% from 288); Max value from RGB is 177 - color contains mainly: blue. Hex color #303FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303FB1 is #CFC04E. Grayscale: #474747. Windows color (decimal): -13615183 or 11616048. OLE color: 11616048.

HSL color Cylindrical-coordinate representation of color #303FB1: hue angle of 233.02º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #303FB1 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4863177-
CMYK0.730.6400.31
HSL233.02º57.33%44.12%-
HSV(B)233.02º72.88%69.41%-
XYZ10.937.3642.44-
YUV71.51187.53111.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.67%
GREEN value IS 63 (25% from 255) = 21.88%
BLUE value IS 177 (69.53% from 255) = 61.46%
R=16.67%
G=21.88%
B=61.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48631770.730.6400.31233.0257.3344.12
Hex303FB1494001Fe9392c
Octal60772611111000373517154
Binary110000111111101100011001001100000001111111101001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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