#303BAF

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

Shades of Persian Blue #303BAF

Tints of Persian Blue #303BAF

Color information

#303BAF (or 0x303BAF) is unknown color: approx Persian Blue. HEX triplet: 30, 3B and AF. RGB value is (48,59,175). Sum of RGB (Red+Green+Blue) = 48+59+175=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #303BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303BAF is #CFC450. Grayscale: #444444. Windows color (decimal): -13616209 or 11483952. OLE color: 11483952.

HSL color Cylindrical-coordinate representation of color #303BAF: hue angle of 234.8º 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 #303BAF is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4859175-
CMYK0.730.6600.31
HSL234.8º56.95%43.73%-
HSV(B)234.8º72.57%68.63%-
XYZ10.526.8541.33-
YUV68.94187.86113.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 59 (23.44% from 255) = 20.92%
BLUE value IS 175 (68.75% from 255) = 62.06%
R=17.02%
G=20.92%
B=62.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48591750.730.6600.31234.856.9543.73
Hex303BAF494201Feb392c
Octal60732571111020373537154
Binary110000111011101011111001001100001001111111101011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,59,175); }

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

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

 a { background-color: rgb(48,59,175); }

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

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

 span { border-color: rgb(48,59,175); }

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