#3A30BD

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

Shades of Persian Blue #3A30BD

Tints of Persian Blue #3A30BD

Color information

#3A30BD (or 0x3A30BD) is unknown color: approx Persian Blue. HEX triplet: 3A, 30 and BD. RGB value is (58,48,189). Sum of RGB (Red+Green+Blue) = 58+48+189=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #3A30BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A30BD is #C5CF42. Grayscale: #424242. Windows color (decimal): -12963651 or 12398650. OLE color: 12398650.

HSL color Cylindrical-coordinate representation of color #3A30BD: hue angle of 244.26º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A30BD is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5848189-
CMYK0.690.7500.26
HSL244.26º59.49%46.47%-
HSV(B)244.26º74.6%74.12%-
XYZ11.996.6948.8-
YUV67.06196.81121.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 189 (74.22% from 255) = 64.07%
R=19.66%
G=16.27%
B=64.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal58481890.690.7500.26244.2659.4946.47
Hex3A30BD454B01Af43b2e
Octal72602751051130323647356
Binary111010110000101111011000101100101101101011110100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A30BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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