#361DD0

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

Shades of Persian Blue #361DD0

Tints of Persian Blue #361DD0

Color information

#361DD0 (or 0x361DD0) is unknown color: approx Persian Blue. HEX triplet: 36, 1D and D0. RGB value is (54,29,208). Sum of RGB (Red+Green+Blue) = 54+29+208=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 208 (81.64% from 255 or 71.48% from 291); Max value from RGB is 208 - color contains mainly: blue. Hex color #361DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361DD0 is #C9E22F. Grayscale: #383838. Windows color (decimal): -13230640 or 13638966. OLE color: 13638966.

HSL color Cylindrical-coordinate representation of color #361DD0: hue angle of 248.38º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #361DD0 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5429208-
CMYK0.740.8600.18
HSL248.38º75.53%46.47%-
HSV(B)248.38º86.06%81.57%-
XYZ13.356.2260.17-
YUV56.88213.28125.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 29 (11.72% from 255) = 9.97%
BLUE value IS 208 (81.64% from 255) = 71.48%
R=18.56%
G=9.97%
B=71.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal54292080.740.8600.18248.3875.5346.47
Hex361DD04A56012f84c2e
Octal663532011212602237011456
Binary110110111011101000010010101010110010010111110001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361DD0; }

 p { color: rgb(54,29,208); }

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

<style>
 a { background-color: #361DD0; }

 a { background-color: rgb(54,29,208); }

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

<style>
 span { border-color: #361DD0; }

 span { border-color: rgb(54,29,208); }

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