#341FCE

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

Shades of Persian Blue #341FCE

Tints of Persian Blue #341FCE

Color information

#341FCE (or 0x341FCE) is unknown color: approx Persian Blue. HEX triplet: 34, 1F and CE. RGB value is (52,31,206). Sum of RGB (Red+Green+Blue) = 52+31+206=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #341FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341FCE is #CBE031. Grayscale: #383838. Windows color (decimal): -13361202 or 13508404. OLE color: 13508404.

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

Color convert

RGB5231206-
CMYK0.750.8500.19
HSL247.2º73.84%46.47%-
HSV(B)247.2º84.95%80.78%-
XYZ13.056.1758.9-
YUV57.23211.96124.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 31 (12.5% from 255) = 10.73%
BLUE value IS 206 (80.86% from 255) = 71.28%
R=17.99%
G=10.73%
B=71.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal52312060.750.8500.19247.273.8446.47
Hex341FCE4B55013f74a2e
Octal643731611312502336711256
Binary110100111111100111010010111010101010011111101111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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