#30389F

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

Shades of Persian Blue #30389F

Tints of Persian Blue #30389F

Color information

#30389F (or 0x30389F) is unknown color: approx Persian Blue. HEX triplet: 30, 38 and 9F. RGB value is (48,56,159). Sum of RGB (Red+Green+Blue) = 48+56+159=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #30389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30389F is #CFC760. Grayscale: #404040. Windows color (decimal): -13616993 or 10434608. OLE color: 10434608.

HSL color Cylindrical-coordinate representation of color #30389F: hue angle of 235.68º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30389F is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4856159-
CMYK0.700.6500.38
HSL235.68º53.62%40.59%-
HSV(B)235.68º69.81%62.35%-
XYZ8.895.9633.48-
YUV65.35180.85115.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 159 (62.5% from 255) = 60.46%
R=18.25%
G=21.29%
B=60.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48561590.700.6500.38235.6853.6240.59
Hex30389F4641026ec3629
Octal60702371061010463546651
Binary1100001110001001111110001101000001010011011101100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30389F; }

 p { color: rgb(48,56,159); }

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

<style>
 a { background-color: #30389F; }

 a { background-color: rgb(48,56,159); }

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

<style>
 span { border-color: #30389F; }

 span { border-color: rgb(48,56,159); }

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