#3630AD

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

Shades of Persian Blue #3630AD

Tints of Persian Blue #3630AD

Color information

#3630AD (or 0x3630AD) is unknown color: approx Persian Blue. HEX triplet: 36, 30 and AD. RGB value is (54,48,173). Sum of RGB (Red+Green+Blue) = 54+48+173=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #3630AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3630AD is #C9CF52. Grayscale: #3F3F3F. Windows color (decimal): -13225811 or 11350070. OLE color: 11350070.

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

Color convert

RGB5448173-
CMYK0.690.7200.32
HSL242.88º56.56%43.33%-
HSV(B)242.88º72.25%67.84%-
XYZ10.125.9240.14-
YUV64.04189.49120.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.64%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 173 (67.97% from 255) = 62.91%
R=19.64%
G=17.45%
B=62.91%

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
Decimal54481730.690.7200.32242.8856.5643.33
Hex3630AD4548020f3392b
Octal66602551051100403637153
Binary1101101100001010110110001011001000010000011110011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3630AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3630AD; }

 p { color: rgb(54,48,173); }

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

<style>
 a { background-color: #3630AD; }

 a { background-color: rgb(54,48,173); }

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

<style>
 span { border-color: #3630AD; }

 span { border-color: rgb(54,48,173); }

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