#3616C0

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

Shades of Persian Blue #3616C0

Tints of Persian Blue #3616C0

Color information

#3616C0 (or 0x3616C0) is unknown color: approx Persian Blue. HEX triplet: 36, 16 and C0. RGB value is (54,22,192). Sum of RGB (Red+Green+Blue) = 54+22+192=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 192 (75.39% from 255 or 71.64% from 268); Max value from RGB is 192 - color contains mainly: blue. Hex color #3616C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3616C0 is #C9E93F. Grayscale: #323232. Windows color (decimal): -13232448 or 12588598. OLE color: 12588598.

HSL color Cylindrical-coordinate representation of color #3616C0: hue angle of 251.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3616C0 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5422192-
CMYK0.720.8900.25
HSL251.29º79.44%41.96%-
HSV(B)251.29º88.54%75.29%-
XYZ11.325.1650.27-
YUV50.95207.6130.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 22 (8.98% from 255) = 8.21%
BLUE value IS 192 (75.39% from 255) = 71.64%
R=20.15%
G=8.21%
B=71.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54221920.720.8900.25251.2979.4441.96
Hex3616C04859019fb4f2a
Octal662630011013103137311752
Binary110110101101100000010010001011001011001111110111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3616C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3616C0; }

 p { color: rgb(54,22,192); }

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

<style>
 a { background-color: #3616C0; }

 a { background-color: rgb(54,22,192); }

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

<style>
 span { border-color: #3616C0; }

 span { border-color: rgb(54,22,192); }

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