#3616C6

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

Shades of Persian Blue #3616C6

Tints of Persian Blue #3616C6

Color information

#3616C6 (or 0x3616C6) is unknown color: approx Persian Blue. HEX triplet: 36, 16 and C6. RGB value is (54,22,198). Sum of RGB (Red+Green+Blue) = 54+22+198=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 198 (77.73% from 255 or 72.26% from 274); Max value from RGB is 198 - color contains mainly: blue. Hex color #3616C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3616C6 is #C9E939. Grayscale: #323232. Windows color (decimal): -13232442 or 12981814. OLE color: 12981814.

HSL color Cylindrical-coordinate representation of color #3616C6: hue angle of 250.91º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3616C6 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5422198-
CMYK0.730.8900.22
HSL250.91º80%43.14%-
HSV(B)250.91º88.89%77.65%-
XYZ125.4453.84-
YUV51.63210.6129.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.71%
GREEN value IS 22 (8.98% from 255) = 8.03%
BLUE value IS 198 (77.73% from 255) = 72.26%
R=19.71%
G=8.03%
B=72.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal54221980.730.8900.22250.918043.14
Hex3616C64959016fb502b
Octal662630611113102637312053
Binary110110101101100011010010011011001010110111110111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3616C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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