#3626AE

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

Shades of Persian Blue #3626AE

Tints of Persian Blue #3626AE

Color information

#3626AE (or 0x3626AE) is unknown color: approx Persian Blue. HEX triplet: 36, 26 and AE. RGB value is (54,38,174). Sum of RGB (Red+Green+Blue) = 54+38+174=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #3626AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3626AE is #C9D951. Grayscale: #393939. Windows color (decimal): -13228370 or 11413046. OLE color: 11413046.

HSL color Cylindrical-coordinate representation of color #3626AE: hue angle of 247.06º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3626AE is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5438174-
CMYK0.690.7800.32
HSL247.06º64.15%41.57%-
HSV(B)247.06º78.16%68.24%-
XYZ9.855.2340.53-
YUV58.29193.3124.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 38 (15.23% from 255) = 14.29%
BLUE value IS 174 (68.36% from 255) = 65.41%
R=20.30%
G=14.29%
B=65.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54381740.690.7800.32247.0664.1541.57
Hex3626AE454E020f7402a
Octal664625610511604036710052
Binary11011010011010101110100010110011100100000111101111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3626AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3626AE; }

 p { color: rgb(54,38,174); }

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

<style>
 a { background-color: #3626AE; }

 a { background-color: rgb(54,38,174); }

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

<style>
 span { border-color: #3626AE; }

 span { border-color: rgb(54,38,174); }

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