Html Css Color HEX #392ECF Persian Blue

📋 copy color: '#392ECF'

red 57 ◦ green 46 ◦ blue 207

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

Shades of Persian Blue #392ECF

Tints of Persian Blue #392ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.77%

R = 18.39%
G = 14.84%
B = 66.77%

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

#392ECF (or 0x392ECF) is known color: Persian Blue. HEX triplet: 39, 2E and CF. RGB value is (57,46,207). Sum of RGB (Red+Green+Blue) = 57+46+207=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #392ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392ECF is #C6D130. Grayscale: #434343. Windows color (decimal): -13029681 or 13577785. OLE color: 13577785.

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

Color convert

RGB 57 46 207 -
CMYK 0.72 0.78 0 0.19
HSL 244.1º 0.64% 0.5% -
HSV(B) 244.1º 0.78% 0.81% -
XYZ 13.93 7.33 59.71 -
YUV 67.64 206.64 120.41 -
System Red Green Blue C M Y K H S L
Decimal 57 46 207 0.72 0.78 0 0.19 244.1 0.64 0.5
Hex 39 2E CF 48 4E 0 13 F4 40 32
Octal 71 56 317 110 116 0 23 364 100 62
Binary 111001 101110 11001111 1001000 1001110 0 10011 11110100 1000000 110010

Color Harmonies of #392ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392ECF

Black with #392ECF

Text Example


Text Example

White with #392ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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