Html Css Color HEX #392CC8 Persian Blue

📋 copy color: '#392CC8'

red 57 ◦ green 44 ◦ blue 200

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

Shades of Persian Blue #392CC8

Tints of Persian Blue #392CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 66.45%

R = 18.94%
G = 14.62%
B = 66.45%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#392CC8 (or 0x392CC8) is known color: Persian Blue. HEX triplet: 39, 2C and C8. RGB value is (57,44,200). Sum of RGB (Red+Green+Blue) = 57+44+200=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 200 (78.52% from 255 or 66.45% from 301); Max value from RGB is 200 - color contains mainly: blue. Hex color #392CC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392CC8 is #C6D337. Grayscale: #414141. Windows color (decimal): -13030200 or 13118521. OLE color: 13118521.

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

Color convert

RGB 57 44 200 -
CMYK 0.72 0.78 0 0.22
HSL 245º 0.64% 0.48% -
HSV(B) 245º 0.78% 0.78% -
XYZ 13.01 6.84 55.28 -
YUV 65.67 203.81 121.82 -
System Red Green Blue C M Y K H S L
Decimal 57 44 200 0.72 0.78 0 0.22 245 0.64 0.48
Hex 39 2C C8 48 4E 0 16 F5 40 30
Octal 71 54 310 110 116 0 26 365 100 60
Binary 111001 101100 11001000 1001000 1001110 0 10110 11110101 1000000 110000

Color Harmonies of #392CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392CC8

Black with #392CC8

Text Example


Text Example

White with #392CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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