#361ABA

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

Shades of Persian Blue #361ABA

Tints of Persian Blue #361ABA

Color information

#361ABA (or 0x361ABA) is unknown color: approx Persian Blue. HEX triplet: 36, 1A and BA. RGB value is (54,26,186). Sum of RGB (Red+Green+Blue) = 54+26+186=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #361ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361ABA is #C9E545. Grayscale: #343434. Windows color (decimal): -13231430 or 12196406. OLE color: 12196406.

HSL color Cylindrical-coordinate representation of color #361ABA: hue angle of 250.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #361ABA is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5426186-
CMYK0.710.8600.27
HSL250.5º75.47%41.57%-
HSV(B)250.5º86.02%72.94%-
XYZ10.755.0746.87-
YUV52.61203.28128.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 26 (10.55% from 255) = 9.77%
BLUE value IS 186 (73.05% from 255) = 69.92%
R=20.30%
G=9.77%
B=69.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal54261860.710.8600.27250.575.4741.57
Hex361ABA475601Bfa4b2a
Octal663227210712603337211352
Binary110110110101011101010001111010110011011111110101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,26,186); }

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

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

 a { background-color: rgb(54,26,186); }

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

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

 span { border-color: rgb(54,26,186); }

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