#3A30CC

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

Shades of Persian Blue #3A30CC

Tints of Persian Blue #3A30CC

Color information

#3A30CC (or 0x3A30CC) is unknown color: approx Persian Blue. HEX triplet: 3A, 30 and CC. RGB value is (58,48,204). Sum of RGB (Red+Green+Blue) = 58+48+204=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A30CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A30CC is #C5CF33. Grayscale: #444444. Windows color (decimal): -12963636 or 13381690. OLE color: 13381690.

HSL color Cylindrical-coordinate representation of color #3A30CC: hue angle of 243.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A30CC is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5848204-
CMYK0.720.7600.2
HSL243.85º61.9%49.41%-
HSV(B)243.85º76.47%80%-
XYZ13.77.3757.83-
YUV68.77204.31120.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.71%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 204 (80.08% from 255) = 65.81%
R=18.71%
G=15.48%
B=65.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal58482040.720.7600.2243.8561.949.41
Hex3A30CC484C014f43e31
Octal72603141101140243647661
Binary111010110000110011001001000100110001010011110100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A30CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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