#3638AC

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

Shades of Persian Blue #3638AC

Tints of Persian Blue #3638AC

Color information

#3638AC (or 0x3638AC) is unknown color: approx Persian Blue. HEX triplet: 36, 38 and AC. RGB value is (54,56,172). Sum of RGB (Red+Green+Blue) = 54+56+172=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #3638AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3638AC is #C9C753. Grayscale: #444444. Windows color (decimal): -13223764 or 11286582. OLE color: 11286582.

HSL color Cylindrical-coordinate representation of color #3638AC: hue angle of 238.98º degrees, saturation: 0.52, 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 #3638AC is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5456172-
CMYK0.690.6700.33
HSL238.98º52.21%44.31%-
HSV(B)238.98º68.6%67.45%-
XYZ10.386.5939.75-
YUV68.63186.34117.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 172 (67.58% from 255) = 60.99%
R=19.15%
G=19.86%
B=60.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54561720.690.6700.33238.9852.2144.31
Hex3638AC4543021ef342c
Octal66702541051030413576454
Binary1101101110001010110010001011000011010000111101111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3638AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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