#341DD2

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

Shades of Persian Blue #341DD2

Tints of Persian Blue #341DD2

Color information

#341DD2 (or 0x341DD2) is unknown color: approx Persian Blue. HEX triplet: 34, 1D and D2. RGB value is (52,29,210). Sum of RGB (Red+Green+Blue) = 52+29+210=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 210 (82.42% from 255 or 72.16% from 291); Max value from RGB is 210 - color contains mainly: blue. Hex color #341DD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341DD2 is #CBE22D. Grayscale: #373737. Windows color (decimal): -13361710 or 13770036. OLE color: 13770036.

HSL color Cylindrical-coordinate representation of color #341DD2: hue angle of 247.62º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341DD2 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5229210-
CMYK0.750.8600.18
HSL247.62º75.73%46.86%-
HSV(B)247.62º86.19%82.35%-
XYZ13.496.2661.47-
YUV56.51214.62124.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 29 (11.72% from 255) = 9.97%
BLUE value IS 210 (82.42% from 255) = 72.16%
R=17.87%
G=9.97%
B=72.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal52292100.750.8600.18247.6275.7346.86
Hex341DD24B56012f84c2f
Octal643532211312602237011457
Binary110100111011101001010010111010110010010111110001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341DD2; }

 p { color: rgb(52,29,210); }

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

<style>
 a { background-color: #341DD2; }

 a { background-color: rgb(52,29,210); }

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

<style>
 span { border-color: #341DD2; }

 span { border-color: rgb(52,29,210); }

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