#361CB8

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

Shades of Persian Blue #361CB8

Tints of Persian Blue #361CB8

Color information

#361CB8 (or 0x361CB8) is unknown color: approx Persian Blue. HEX triplet: 36, 1C and B8. RGB value is (54,28,184). Sum of RGB (Red+Green+Blue) = 54+28+184=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 184 (72.27% from 255 or 69.17% from 266); Max value from RGB is 184 - color contains mainly: blue. Hex color #361CB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361CB8 is #C9E347. Grayscale: #343434. Windows color (decimal): -13230920 or 12065846. OLE color: 12065846.

HSL color Cylindrical-coordinate representation of color #361CB8: hue angle of 250º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361CB8 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5428184-
CMYK0.710.8500.28
HSL250º73.58%41.57%-
HSV(B)250º84.78%72.16%-
XYZ10.595.0845.77-
YUV53.56201.61128.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 28 (11.33% from 255) = 10.53%
BLUE value IS 184 (72.27% from 255) = 69.17%
R=20.30%
G=10.53%
B=69.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal54281840.710.8500.2825073.5841.57
Hex361CB8475501Cfa4a2a
Octal663427010712503437211252
Binary110110111001011100010001111010101011100111110101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,28,184); }

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

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

 a { background-color: rgb(54,28,184); }

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

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

 span { border-color: rgb(54,28,184); }

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