Html Css Color HEX #392ACE Persian Blue

📋 copy color: '#392ACE'

red 57 ◦ green 42 ◦ blue 206

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

Shades of Persian Blue #392ACE

Tints of Persian Blue #392ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.77%

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

R = 18.69%
G = 13.77%
B = 67.54%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#392ACE (or 0x392ACE) is known color: Persian Blue. HEX triplet: 39, 2A and CE. RGB value is (57,42,206). Sum of RGB (Red+Green+Blue) = 57+42+206=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #392ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392ACE is #C6D531. Grayscale: #404040. Windows color (decimal): -13030706 or 13511225. OLE color: 13511225.

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

Color convert

RGB 57 42 206 -
CMYK 0.72 0.80 0 0.19
HSL 245.49º 0.66% 0.49% -
HSV(B) 245.49º 0.8% 0.81% -
XYZ 13.66 6.98 59.02 -
YUV 65.18 207.47 122.16 -
System Red Green Blue C M Y K H S L
Decimal 57 42 206 0.72 0.80 0 0.19 245.49 0.66 0.49
Hex 39 2A CE 48 50 0 13 F5 42 31
Octal 71 52 316 110 120 0 23 365 102 61
Binary 111001 101010 11001110 1001000 1010000 0 10011 11110101 1000010 110001

Color Harmonies of #392ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392ACE

Black with #392ACE

Text Example


Text Example

White with #392ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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