#341fae

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

Shades of Persian Blue #341FAE

Tints of Persian Blue #341FAE

Color information

#341FAE (or 0x341FAE) is unknown color: approx Persian Blue. HEX triplet: 34, 1F and AE. RGB value is (52,31,174). Sum of RGB (Red+Green+Blue) = 52+31+174=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #341FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341FAE is #CBE051. Grayscale: #353535. Windows color (decimal): -13361234 or 11411252. OLE color: 11411252.

HSL color Cylindrical-coordinate representation of color #341FAE: hue angle of 248.81º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341FAE is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5231174-
CMYK0.700.8200.32
HSL248.81º69.76%40.2%-
HSV(B)248.81º82.18%68.24%-
XYZ9.554.7740.46-
YUV53.58195.96126.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 31 (12.5% from 255) = 12.06%
BLUE value IS 174 (68.36% from 255) = 67.70%
R=20.23%
G=12.06%
B=67.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52311740.700.8200.32248.8169.7640.2
Hex341FAE4652020f94628
Octal643725610612204037110650
Binary1101001111110101110100011010100100100000111110011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341fae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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