#3631AE

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

Shades of Persian Blue #3631AE

Tints of Persian Blue #3631AE

Color information

#3631AE (or 0x3631AE) is unknown color: approx Persian Blue. HEX triplet: 36, 31 and AE. RGB value is (54,49,174). Sum of RGB (Red+Green+Blue) = 54+49+174=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #3631AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3631AE is #C9CE51. Grayscale: #404040. Windows color (decimal): -13225554 or 11415862. OLE color: 11415862.

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

Color convert

RGB5449174-
CMYK0.690.7200.32
HSL242.4º56.05%43.73%-
HSV(B)242.4º71.84%68.24%-
XYZ10.266.0440.67-
YUV64.74189.66120.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 174 (68.36% from 255) = 62.82%
R=19.49%
G=17.69%
B=62.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54491740.690.7200.32242.456.0543.73
Hex3631AE4548020f2382c
Octal66612561051100403627054
Binary1101101100011010111010001011001000010000011110010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3631AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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