#3418BA

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

Shades of Persian Blue #3418BA

Tints of Persian Blue #3418BA

Color information

#3418BA (or 0x3418BA) is unknown color: approx Persian Blue. HEX triplet: 34, 18 and BA. RGB value is (52,24,186). Sum of RGB (Red+Green+Blue) = 52+24+186=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #3418BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3418BA is #CBE745. Grayscale: #323232. Windows color (decimal): -13363014 or 12195892. OLE color: 12195892.

HSL color Cylindrical-coordinate representation of color #3418BA: hue angle of 250.37º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3418BA is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5224186-
CMYK0.720.8700.27
HSL250.37º77.14%41.18%-
HSV(B)250.37º87.1%72.94%-
XYZ10.614.9346.85-
YUV50.84204.28128.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 24 (9.77% from 255) = 9.16%
BLUE value IS 186 (73.05% from 255) = 70.99%
R=19.85%
G=9.16%
B=70.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52241860.720.8700.27250.3777.1441.18
Hex3418BA485701Bfa4d29
Octal643027211012703337211551
Binary110100110001011101010010001010111011011111110101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3418BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3418BA; }

 p { color: rgb(52,24,186); }

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

<style>
 a { background-color: #3418BA; }

 a { background-color: rgb(52,24,186); }

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

<style>
 span { border-color: #3418BA; }

 span { border-color: rgb(52,24,186); }

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