#361FC8

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

Shades of Persian Blue #361FC8

Tints of Persian Blue #361FC8

Color information

#361FC8 (or 0x361FC8) is unknown color: approx Persian Blue. HEX triplet: 36, 1F and C8. RGB value is (54,31,200). Sum of RGB (Red+Green+Blue) = 54+31+200=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 200 (78.52% from 255 or 70.18% from 285); Max value from RGB is 200 - color contains mainly: blue. Hex color #361FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361FC8 is #C9E037. Grayscale: #383838. Windows color (decimal): -13230136 or 13115190. OLE color: 13115190.

HSL color Cylindrical-coordinate representation of color #361FC8: hue angle of 248.17º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361FC8 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5431200-
CMYK0.730.8400.22
HSL248.17º73.16%45.29%-
HSV(B)248.17º84.5%78.43%-
XYZ12.445.9355.13-
YUV57.14208.62125.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 31 (12.5% from 255) = 10.88%
BLUE value IS 200 (78.52% from 255) = 70.18%
R=18.95%
G=10.88%
B=70.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal54312000.730.8400.22248.1773.1645.29
Hex361FC84954016f8492d
Octal663731011112402637011155
Binary110110111111100100010010011010100010110111110001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,31,200); }

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

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

 a { background-color: rgb(54,31,200); }

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

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

 span { border-color: rgb(54,31,200); }

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