#3a30ce

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

Shades of Persian Blue #3A30CE

Tints of Persian Blue #3A30CE

Color information

#3A30CE (or 0x3A30CE) is unknown color: approx Persian Blue. HEX triplet: 3A, 30 and CE. RGB value is (58,48,206). Sum of RGB (Red+Green+Blue) = 58+48+206=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A30CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A30CE is #C5CF31. Grayscale: #444444. Windows color (decimal): -12963634 or 13512762. OLE color: 13512762.

HSL color Cylindrical-coordinate representation of color #3A30CE: hue angle of 243.8º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A30CE is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5848206-
CMYK0.720.7700.19
HSL243.8º62.2%49.8%-
HSV(B)243.8º76.7%80.78%-
XYZ13.947.4759.1-
YUV69205.31120.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.59%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 206 (80.86% from 255) = 66.03%
R=18.59%
G=15.38%
B=66.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal58482060.720.7700.19243.862.249.8
Hex3A30CE484D013f43e32
Octal72603161101150233647662
Binary111010110000110011101001000100110101001111110100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a30ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,48,206); }

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

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

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

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

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

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

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