#3635AC

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

Shades of Persian Blue #3635AC

Tints of Persian Blue #3635AC

Color information

#3635AC (or 0x3635AC) is unknown color: approx Persian Blue. HEX triplet: 36, 35 and AC. RGB value is (54,53,172). Sum of RGB (Red+Green+Blue) = 54+53+172=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #3635AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3635AC is #C9CA53. Grayscale: #424242. Windows color (decimal): -13224532 or 11285814. OLE color: 11285814.

HSL color Cylindrical-coordinate representation of color #3635AC: hue angle of 240.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3635AC is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5453172-
CMYK0.690.6900.33
HSL240.5º52.89%44.12%-
HSV(B)240.5º69.19%67.45%-
XYZ10.246.3139.71-
YUV66.86187.33118.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.35%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 172 (67.58% from 255) = 61.65%
R=19.35%
G=19.00%
B=61.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54531720.690.6900.33240.552.8944.12
Hex3635AC4545021f1352c
Octal66652541051050413616554
Binary1101101101011010110010001011000101010000111110001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3635AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3635AC; }

 p { color: rgb(54,53,172); }

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

<style>
 a { background-color: #3635AC; }

 a { background-color: rgb(54,53,172); }

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

<style>
 span { border-color: #3635AC; }

 span { border-color: rgb(54,53,172); }

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