#392BCE

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

Shades of Persian Blue #392BCE

Tints of Persian Blue #392BCE

Color information

#392BCE (or 0x392BCE) is unknown color: approx Persian Blue. HEX triplet: 39, 2B and CE. RGB value is (57,43,206). Sum of RGB (Red+Green+Blue) = 57+43+206=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #392BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392BCE is #C6D431. Grayscale: #414141. Windows color (decimal): -13030450 or 13511481. OLE color: 13511481.

HSL color Cylindrical-coordinate representation of color #392BCE: hue angle of 245.15º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #392BCE is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5743206-
CMYK0.720.7900.19
HSL245.15º65.46%48.82%-
HSV(B)245.15º79.13%80.78%-
XYZ13.697.0559.03-
YUV65.77207.14121.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.63%
GREEN value IS 43 (17.19% from 255) = 14.05%
BLUE value IS 206 (80.86% from 255) = 67.32%
R=18.63%
G=14.05%
B=67.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal57432060.720.7900.19245.1565.4648.82
Hex392BCE484F013f54131
Octal715331611011702336510161
Binary1110011010111100111010010001001111010011111101011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392BCE; }

 p { color: rgb(57,43,206); }

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

<style>
 a { background-color: #392BCE; }

 a { background-color: rgb(57,43,206); }

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

<style>
 span { border-color: #392BCE; }

 span { border-color: rgb(57,43,206); }

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