Html Css Color HEX #392ECC Persian Blue

📋 copy color: '#392ECC'

red 57 ◦ green 46 ◦ blue 204

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

Shades of Persian Blue #392ECC

Tints of Persian Blue #392ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.45%

R = 18.57%
G = 14.98%
B = 66.45%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#392ECC (or 0x392ECC) is known color: Persian Blue. HEX triplet: 39, 2E and CC. RGB value is (57,46,204). Sum of RGB (Red+Green+Blue) = 57+46+204=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #392ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392ECC is #C6D133. Grayscale: #424242. Windows color (decimal): -13029684 or 13381177. OLE color: 13381177.

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

Color convert

RGB 57 46 204 -
CMYK 0.72 0.77 0 0.2
HSL 244.18º 0.63% 0.49% -
HSV(B) 244.18º 0.77% 0.8% -
XYZ 13.56 7.18 57.8 -
YUV 67.3 205.14 120.65 -
System Red Green Blue C M Y K H S L
Decimal 57 46 204 0.72 0.77 0 0.2 244.18 0.63 0.49
Hex 39 2E CC 48 4D 0 14 F4 3F 31
Octal 71 56 314 110 115 0 24 364 77 61
Binary 111001 101110 11001100 1001000 1001101 0 10100 11110100 111111 110001

Color Harmonies of #392ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392ECC

Black with #392ECC

Text Example


Text Example

White with #392ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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