#3615BE

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

Shades of Persian Blue #3615BE

Tints of Persian Blue #3615BE

Color information

#3615BE (or 0x3615BE) is unknown color: approx Persian Blue. HEX triplet: 36, 15 and BE. RGB value is (54,21,190). Sum of RGB (Red+Green+Blue) = 54+21+190=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 190 (74.61% from 255 or 71.70% from 265); Max value from RGB is 190 - color contains mainly: blue. Hex color #3615BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3615BE is #C9EA41. Grayscale: #313131. Windows color (decimal): -13232706 or 12457270. OLE color: 12457270.

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

Color convert

RGB5421190-
CMYK0.720.8900.25
HSL251.72º80.09%41.37%-
HSV(B)251.72º88.95%74.51%-
XYZ11.085.0449.1-
YUV50.13206.93130.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 21 (8.59% from 255) = 7.92%
BLUE value IS 190 (74.61% from 255) = 71.70%
R=20.38%
G=7.92%
B=71.70%

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
Decimal54211900.720.8900.25251.7280.0941.37
Hex3615BE4859019fc5029
Octal662527611013103137412051
Binary110110101011011111010010001011001011001111111001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3615BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3615BE; }

 p { color: rgb(54,21,190); }

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

<style>
 a { background-color: #3615BE; }

 a { background-color: rgb(54,21,190); }

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

<style>
 span { border-color: #3615BE; }

 span { border-color: rgb(54,21,190); }

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