#3617C0

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

Shades of Persian Blue #3617C0

Tints of Persian Blue #3617C0

Color information

#3617C0 (or 0x3617C0) is unknown color: approx Persian Blue. HEX triplet: 36, 17 and C0. RGB value is (54,23,192). Sum of RGB (Red+Green+Blue) = 54+23+192=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 192 (75.39% from 255 or 71.38% from 269); Max value from RGB is 192 - color contains mainly: blue. Hex color #3617C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3617C0 is #C9E83F. Grayscale: #323232. Windows color (decimal): -13232192 or 12588854. OLE color: 12588854.

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

Color convert

RGB5423192-
CMYK0.720.8800.25
HSL251.01º78.6%42.16%-
HSV(B)251.01º88.02%75.29%-
XYZ11.345.250.28-
YUV51.54207.27129.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 23 (9.38% from 255) = 8.55%
BLUE value IS 192 (75.39% from 255) = 71.38%
R=20.07%
G=8.55%
B=71.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54231920.720.8800.25251.0178.642.16
Hex3617C04858019fb4f2a
Octal662730011013003137311752
Binary110110101111100000010010001011000011001111110111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3617C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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