#3E30BF

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

Shades of Persian Blue #3E30BF

Tints of Persian Blue #3E30BF

Color information

#3E30BF (or 0x3E30BF) is unknown color: approx Persian Blue. HEX triplet: 3E, 30 and BF. RGB value is (62,48,191). Sum of RGB (Red+Green+Blue) = 62+48+191=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E30BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E30BF is #C1CF40. Grayscale: #434343. Windows color (decimal): -12701505 or 12529726. OLE color: 12529726.

HSL color Cylindrical-coordinate representation of color #3E30BF: hue angle of 245.87º 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 #3E30BF is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6248191-
CMYK0.680.7500.25
HSL245.87º59.83%46.86%-
HSV(B)245.87º74.87%74.9%-
XYZ12.456.949.97-
YUV68.49197.14123.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.60%
GREEN value IS 48 (19.14% from 255) = 15.95%
BLUE value IS 191 (75% from 255) = 63.46%
R=20.60%
G=15.95%
B=63.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal62481910.680.7500.25245.8759.8346.86
Hex3E30BF444B019f63c2f
Octal76602771041130313667457
Binary111110110000101111111000100100101101100111110110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E30BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E30BF; }

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

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

<style>
 a { background-color: #3E30BF; }

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

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

<style>
 span { border-color: #3E30BF; }

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

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