#341EC0

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

Shades of Persian Blue #341EC0

Tints of Persian Blue #341EC0

Color information

#341EC0 (or 0x341EC0) is unknown color: approx Persian Blue. HEX triplet: 34, 1E and C0. RGB value is (52,30,192). Sum of RGB (Red+Green+Blue) = 52+30+192=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 192 (75.39% from 255 or 70.07% from 274); Max value from RGB is 192 - color contains mainly: blue. Hex color #341EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341EC0 is #CBE13F. Grayscale: #363636. Windows color (decimal): -13361472 or 12590644. OLE color: 12590644.

HSL color Cylindrical-coordinate representation of color #341EC0: hue angle of 248.15º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #341EC0 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5230192-
CMYK0.730.8400.25
HSL248.15º72.97%43.53%-
HSV(B)248.15º84.38%75.29%-
XYZ11.395.4650.32-
YUV55.05205.29125.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 30 (12.11% from 255) = 10.95%
BLUE value IS 192 (75.39% from 255) = 70.07%
R=18.98%
G=10.95%
B=70.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52301920.730.8400.25248.1572.9743.53
Hex341EC04954019f8492c
Octal643630011112403137011154
Binary110100111101100000010010011010100011001111110001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,30,192); }

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

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

 a { background-color: rgb(52,30,192); }

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

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

 span { border-color: rgb(52,30,192); }

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