#362DCE

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

Shades of Persian Blue #362DCE

Tints of Persian Blue #362DCE

Color information

#362DCE (or 0x362DCE) is unknown color: approx Persian Blue. HEX triplet: 36, 2D and CE. RGB value is (54,45,206). Sum of RGB (Red+Green+Blue) = 54+45+206=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #362DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362DCE is #C9D231. Grayscale: #414141. Windows color (decimal): -13226546 or 13511990. OLE color: 13511990.

HSL color Cylindrical-coordinate representation of color #362DCE: hue angle of 243.35º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362DCE is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5445206-
CMYK0.740.7800.19
HSL243.35º64.14%49.22%-
HSV(B)243.35º78.16%80.78%-
XYZ13.67.1259.05-
YUV66.04206.98119.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 45 (17.97% from 255) = 14.75%
BLUE value IS 206 (80.86% from 255) = 67.54%
R=17.70%
G=14.75%
B=67.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal54452060.740.7800.19243.3564.1449.22
Hex362DCE4A4E013f34031
Octal665531611211602336310061
Binary1101101011011100111010010101001110010011111100111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,45,206); }

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

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

 a { background-color: rgb(54,45,206); }

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

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

 span { border-color: rgb(54,45,206); }

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