#361CB4

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

Shades of Persian Blue #361CB4

Tints of Persian Blue #361CB4

Color information

#361CB4 (or 0x361CB4) is unknown color: approx Persian Blue. HEX triplet: 36, 1C and B4. RGB value is (54,28,180). Sum of RGB (Red+Green+Blue) = 54+28+180=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 180 (70.70% from 255 or 68.70% from 262); Max value from RGB is 180 - color contains mainly: blue. Hex color #361CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361CB4 is #C9E34B. Grayscale: #343434. Windows color (decimal): -13230924 or 11803702. OLE color: 11803702.

HSL color Cylindrical-coordinate representation of color #361CB4: hue angle of 250.26º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361CB4 is Cyan = 0.7, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5428180-
CMYK0.70.8400.29
HSL250.26º73.08%40.78%-
HSV(B)250.26º84.44%70.59%-
XYZ10.174.9143.59-
YUV53.1199.61128.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 28 (11.33% from 255) = 10.69%
BLUE value IS 180 (70.70% from 255) = 68.70%
R=20.61%
G=10.69%
B=68.70%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal54281800.70.8400.29250.2673.0840.78
Hex361CB4465401Dfa4929
Octal663426410612403537211151
Binary110110111001011010010001101010100011101111110101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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