#3640AF

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

Shades of Persian Blue #3640AF

Tints of Persian Blue #3640AF

Color information

#3640AF (or 0x3640AF) is unknown color: approx Persian Blue. HEX triplet: 36, 40 and AF. RGB value is (54,64,175). Sum of RGB (Red+Green+Blue) = 54+64+175=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #3640AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3640AF is #C9BF50. Grayscale: #494949. Windows color (decimal): -13221713 or 11485238. OLE color: 11485238.

HSL color Cylindrical-coordinate representation of color #3640AF: hue angle of 235.04º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3640AF is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5464175-
CMYK0.690.6300.31
HSL235.04º52.84%44.9%-
HSV(B)235.04º69.14%68.63%-
XYZ11.097.5541.43-
YUV73.66185.19113.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.43%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 175 (68.75% from 255) = 59.73%
R=18.43%
G=21.84%
B=59.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54641750.690.6300.31235.0452.8444.9
Hex3640AF453F01Feb352d
Octal66100257105770373536555
Binary110110100000010101111100010111111101111111101011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3640AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3640AF; }

 p { color: rgb(54,64,175); }

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

<style>
 a { background-color: #3640AF; }

 a { background-color: rgb(54,64,175); }

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

<style>
 span { border-color: #3640AF; }

 span { border-color: rgb(54,64,175); }

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