#341ABD

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

Shades of Persian Blue #341ABD

Tints of Persian Blue #341ABD

Color information

#341ABD (or 0x341ABD) is unknown color: approx Persian Blue. HEX triplet: 34, 1A and BD. RGB value is (52,26,189). Sum of RGB (Red+Green+Blue) = 52+26+189=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 189 (74.22% from 255 or 70.79% from 267); Max value from RGB is 189 - color contains mainly: blue. Hex color #341ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341ABD is #CBE542. Grayscale: #333333. Windows color (decimal): -13362499 or 12393012. OLE color: 12393012.

HSL color Cylindrical-coordinate representation of color #341ABD: hue angle of 249.57º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341ABD is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5226189-
CMYK0.720.8600.26
HSL249.57º75.81%42.16%-
HSV(B)249.57º86.24%74.12%-
XYZ10.975.1448.56-
YUV52.36205.11127.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 26 (10.55% from 255) = 9.74%
BLUE value IS 189 (74.22% from 255) = 70.79%
R=19.48%
G=9.74%
B=70.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52261890.720.8600.26249.5775.8142.16
Hex341ABD485601Afa4c2a
Octal643227511012603237211452
Binary110100110101011110110010001010110011010111110101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,26,189); }

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

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

 a { background-color: rgb(52,26,189); }

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

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

 span { border-color: rgb(52,26,189); }

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