#362CB4

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

Shades of Persian Blue #362CB4

Tints of Persian Blue #362CB4

Color information

#362CB4 (or 0x362CB4) is unknown color: approx Persian Blue. HEX triplet: 36, 2C and B4. RGB value is (54,44,180). Sum of RGB (Red+Green+Blue) = 54+44+180=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 180 (70.70% from 255 or 64.75% from 278); Max value from RGB is 180 - color contains mainly: blue. Hex color #362CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362CB4 is #C9D34B. Grayscale: #3D3D3D. Windows color (decimal): -13226828 or 11807798. OLE color: 11807798.

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

Color convert

RGB5444180-
CMYK0.70.7600.29
HSL244.41º60.71%43.92%-
HSV(B)244.41º75.56%70.59%-
XYZ10.665.8843.75-
YUV62.49194.31121.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.42%
GREEN value IS 44 (17.58% from 255) = 15.83%
BLUE value IS 180 (70.70% from 255) = 64.75%
R=19.42%
G=15.83%
B=64.75%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal54441800.70.7600.29244.4160.7143.92
Hex362CB4464C01Df43d2c
Octal66542641061140353647554
Binary110110101100101101001000110100110001110111110100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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