#3623AE

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

Shades of Persian Blue #3623AE

Tints of Persian Blue #3623AE

Color information

#3623AE (or 0x3623AE) is unknown color: approx Persian Blue. HEX triplet: 36, 23 and AE. RGB value is (54,35,174). Sum of RGB (Red+Green+Blue) = 54+35+174=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #3623AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3623AE is #C9DC51. Grayscale: #373737. Windows color (decimal): -13229138 or 11412278. OLE color: 11412278.

HSL color Cylindrical-coordinate representation of color #3623AE: hue angle of 248.2º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3623AE is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5435174-
CMYK0.690.8000.32
HSL248.2º66.51%40.98%-
HSV(B)248.2º79.89%68.24%-
XYZ9.765.0440.5-
YUV56.53194.29126.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 35 (14.06% from 255) = 13.31%
BLUE value IS 174 (68.36% from 255) = 66.16%
R=20.53%
G=13.31%
B=66.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54351740.690.8000.32248.266.5140.98
Hex3623AE4550020f84329
Octal664325610512004037010351
Binary11011010001110101110100010110100000100000111110001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3623AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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