Html Css Color HEX #392FCE Persian Blue

📋 copy color: '#392FCE'

red 57 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #392FCE

Tints of Persian Blue #392FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.16%

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

R = 18.39%
G = 15.16%
B = 66.45%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#392FCE (or 0x392FCE) is known color: Persian Blue. HEX triplet: 39, 2F and CE. RGB value is (57,47,206). Sum of RGB (Red+Green+Blue) = 57+47+206=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #392FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392FCE is #C6D031. Grayscale: #434343. Windows color (decimal): -13029426 or 13512505. OLE color: 13512505.

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

Color convert

RGB 57 47 206 -
CMYK 0.72 0.77 0 0.19
HSL 243.77º 0.63% 0.5% -
HSV(B) 243.77º 0.77% 0.81% -
XYZ 13.84 7.36 59.08 -
YUV 68.12 205.81 120.07 -
System Red Green Blue C M Y K H S L
Decimal 57 47 206 0.72 0.77 0 0.19 243.77 0.63 0.5
Hex 39 2F CE 48 4D 0 13 F4 3F 32
Octal 71 57 316 110 115 0 23 364 77 62
Binary 111001 101111 11001110 1001000 1001101 0 10011 11110100 111111 110010

Color Harmonies of #392FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392FCE

Black with #392FCE

Text Example


Text Example

White with #392FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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