#3418BD

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

Shades of Persian Blue #3418BD

Tints of Persian Blue #3418BD

Color information

#3418BD (or 0x3418BD) is unknown color: approx Persian Blue. HEX triplet: 34, 18 and BD. RGB value is (52,24,189). Sum of RGB (Red+Green+Blue) = 52+24+189=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #3418BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3418BD is #CBE742. Grayscale: #323232. Windows color (decimal): -13363011 or 12392500. OLE color: 12392500.

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

Color convert

RGB5224189-
CMYK0.720.8700.26
HSL250.18º77.46%41.76%-
HSV(B)250.18º87.3%74.12%-
XYZ10.935.0648.54-
YUV51.18205.78128.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 24 (9.77% from 255) = 9.06%
BLUE value IS 189 (74.22% from 255) = 71.32%
R=19.62%
G=9.06%
B=71.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52241890.720.8700.26250.1877.4641.76
Hex3418BD485701Afa4d2a
Octal643027511012703237211552
Binary110100110001011110110010001010111011010111110101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3418BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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