#341CCE

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

Shades of Persian Blue #341CCE

Tints of Persian Blue #341CCE

Color information

#341CCE (or 0x341CCE) is unknown color: approx Persian Blue. HEX triplet: 34, 1C and CE. RGB value is (52,28,206). Sum of RGB (Red+Green+Blue) = 52+28+206=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #341CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CCE is #CBE331. Grayscale: #363636. Windows color (decimal): -13361970 or 13507636. OLE color: 13507636.

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

Color convert

RGB5228206-
CMYK0.750.8600.19
HSL248.09º76.07%45.88%-
HSV(B)248.09º86.41%80.78%-
XYZ12.976.0258.87-
YUV55.47212.95125.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.18%
GREEN value IS 28 (11.33% from 255) = 9.79%
BLUE value IS 206 (80.86% from 255) = 72.03%
R=18.18%
G=9.79%
B=72.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal52282060.750.8600.19248.0976.0745.88
Hex341CCE4B56013f84c2e
Octal643431611312602337011456
Binary110100111001100111010010111010110010011111110001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,28,206); }

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

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

 a { background-color: rgb(52,28,206); }

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

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

 span { border-color: rgb(52,28,206); }

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