#3030BF

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

Shades of Persian Blue #3030BF

Tints of Persian Blue #3030BF

Color information

#3030BF (or 0x3030BF) is unknown color: approx Persian Blue. HEX triplet: 30, 30 and BF. RGB value is (48,48,191). Sum of RGB (Red+Green+Blue) = 48+48+191=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #3030BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3030BF is #CFCF40. Grayscale: #3F3F3F. Windows color (decimal): -13619009 or 12529712. OLE color: 12529712.

HSL color Cylindrical-coordinate representation of color #3030BF: hue angle of 240º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3030BF is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4848191-
CMYK0.750.7500.25
HSL240º59.83%46.86%-
HSV(B)240º74.87%74.9%-
XYZ11.686.549.93-
YUV64.3199.5116.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.72%
GREEN value IS 48 (19.14% from 255) = 16.72%
BLUE value IS 191 (75% from 255) = 66.55%
R=16.72%
G=16.72%
B=66.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48481910.750.7500.2524059.8346.86
Hex3030BF4B4B019f03c2f
Octal60602771131130313607457
Binary110000110000101111111001011100101101100111110000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3030BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3030BF; }

 p { color: rgb(48,48,191); }

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

<style>
 a { background-color: #3030BF; }

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

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

<style>
 span { border-color: #3030BF; }

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

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