Html Css Color HEX #392CCE Persian Blue

📋 copy color: '#392CCE'

red 57 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #392CCE

Tints of Persian Blue #392CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.33%

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

R = 18.57%
G = 14.33%
B = 67.1%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#392CCE (or 0x392CCE) is known color: Persian Blue. HEX triplet: 39, 2C and CE. RGB value is (57,44,206). Sum of RGB (Red+Green+Blue) = 57+44+206=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #392CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392CCE is #C6D331. Grayscale: #414141. Windows color (decimal): -13030194 or 13511737. OLE color: 13511737.

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

Color convert

RGB 57 44 206 -
CMYK 0.72 0.79 0 0.19
HSL 244.81º 0.65% 0.49% -
HSV(B) 244.81º 0.79% 0.81% -
XYZ 13.73 7.13 59.04 -
YUV 66.36 206.81 121.33 -
System Red Green Blue C M Y K H S L
Decimal 57 44 206 0.72 0.79 0 0.19 244.81 0.65 0.49
Hex 39 2C CE 48 4F 0 13 F5 41 31
Octal 71 54 316 110 117 0 23 365 101 61
Binary 111001 101100 11001110 1001000 1001111 0 10011 11110101 1000001 110001

Color Harmonies of #392CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392CCE

Black with #392CCE

Text Example


Text Example

White with #392CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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