#362ABE

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

Shades of Persian Blue #362ABE

Tints of Persian Blue #362ABE

Color information

#362ABE (or 0x362ABE) is unknown color: approx Persian Blue. HEX triplet: 36, 2A and BE. RGB value is (54,42,190). Sum of RGB (Red+Green+Blue) = 54+42+190=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #362ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362ABE is #C9D541. Grayscale: #3D3D3D. Windows color (decimal): -13227330 or 12462646. OLE color: 12462646.

HSL color Cylindrical-coordinate representation of color #362ABE: hue angle of 244.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362ABE is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5442190-
CMYK0.720.7800.25
HSL244.86º63.79%45.49%-
HSV(B)244.86º77.89%74.51%-
XYZ11.646.1649.29-
YUV62.46199.98121.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 42 (16.80% from 255) = 14.69%
BLUE value IS 190 (74.61% from 255) = 66.43%
R=18.88%
G=14.69%
B=66.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54421900.720.7800.25244.8663.7945.49
Hex362ABE484E019f5402d
Octal665227611011603136510055
Binary1101101010101011111010010001001110011001111101011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362ABE; }

 p { color: rgb(54,42,190); }

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

<style>
 a { background-color: #362ABE; }

 a { background-color: rgb(54,42,190); }

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

<style>
 span { border-color: #362ABE; }

 span { border-color: rgb(54,42,190); }

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