#303FAB

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

Shades of Persian Blue #303FAB

Tints of Persian Blue #303FAB

Color information

#303FAB (or 0x303FAB) is unknown color: approx Persian Blue. HEX triplet: 30, 3F and AB. RGB value is (48,63,171). Sum of RGB (Red+Green+Blue) = 48+63+171=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #303FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303FAB is #CFC054. Grayscale: #464646. Windows color (decimal): -13615189 or 11222832. OLE color: 11222832.

HSL color Cylindrical-coordinate representation of color #303FAB: hue angle of 232.68º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #303FAB is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4863171-
CMYK0.720.6300.33
HSL232.68º56.16%42.94%-
HSV(B)232.68º71.93%67.06%-
XYZ10.357.1239.36-
YUV70.83184.53111.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 63 (25% from 255) = 22.34%
BLUE value IS 171 (67.19% from 255) = 60.64%
R=17.02%
G=22.34%
B=60.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48631710.720.6300.33232.6856.1642.94
Hex303FAB483F021e9382b
Octal6077253110770413517053
Binary110000111111101010111001000111111010000111101001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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