Html Css Color HEX #392ECE Persian Blue

📋 copy color: '#392ECE'

red 57 ◦ green 46 ◦ blue 206

#392ECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #392ECE

Tints of Persian Blue #392ECE

RGB

 RED value IS 57 (22.66% from 255) = 18.45%

 GREEN value IS 46 (18.36% from 255) = 14.89%

 BLUE value IS 206 (80.86% from 255) = 66.67%

R = 18.45%
G = 14.89%
B = 66.67%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#392ECE (or 0x392ECE) is known color: Persian Blue. HEX triplet: 39, 2E and CE. RGB value is (57,46,206). Sum of RGB (Red+Green+Blue) = 57+46+206=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #392ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392ECE is #C6D131. Grayscale: #424242. Windows color (decimal): -13029682 or 13512249. OLE color: 13512249.

HSL color Cylindrical-coordinate representation of color #392ECE: hue angle of 244.12º degrees, saturation: 0.63, 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 #392ECE is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 46 206 -
CMYK 0.72 0.78 0 0.19
HSL 244.13º 0.63% 0.49% -
HSV(B) 244.13º 0.78% 0.81% -
XYZ 13.8 7.28 59.07 -
YUV 67.53 206.14 120.49 -
System Red Green Blue C M Y K H S L
Decimal 57 46 206 0.72 0.78 0 0.19 244.13 0.63 0.49
Hex 39 2E CE 48 4E 0 13 F4 3F 31
Octal 71 56 316 110 116 0 23 364 77 61
Binary 111001 101110 11001110 1001000 1001110 0 10011 11110100 111111 110001

Color Harmonies of #392ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392ECE

Black with #392ECE

Text Example


Text Example

White with #392ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #392ECE;
 }
 .AnyTagClassName
 {
   color: #392ECE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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