#362EDB

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

Shades of Persian Blue #362EDB

Tints of Persian Blue #362EDB

Color information

#362EDB (or 0x362EDB) is unknown color: approx Persian Blue. HEX triplet: 36, 2E and DB. RGB value is (54,46,219). Sum of RGB (Red+Green+Blue) = 54+46+219=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #362EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362EDB is #C9D124. Grayscale: #434343. Windows color (decimal): -13226277 or 14364214. OLE color: 14364214.

HSL color Cylindrical-coordinate representation of color #362EDB: hue angle of 242.77º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #362EDB is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5446219-
CMYK0.750.7900.14
HSL242.77º70.61%51.96%-
HSV(B)242.77º79%85.88%-
XYZ15.287.8567.73-
YUV68.11213.15117.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.93%
GREEN value IS 46 (18.36% from 255) = 14.42%
BLUE value IS 219 (85.94% from 255) = 68.65%
R=16.93%
G=14.42%
B=68.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal54462190.750.7900.14242.7770.6151.96
Hex362EDB4B4F0Ef34734
Octal665633311311701636310764
Binary110110101110110110111001011100111101110111100111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,46,219); }

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

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

 a { background-color: rgb(54,46,219); }

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

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

 span { border-color: rgb(54,46,219); }

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