Html Css Color HEX #392ECD Persian Blue

📋 copy color: '#392ECD'

red 57 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #392ECD

Tints of Persian Blue #392ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.56%

R = 18.51%
G = 14.94%
B = 66.56%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#392ECD (or 0x392ECD) is known color: Persian Blue. HEX triplet: 39, 2E and CD. RGB value is (57,46,205). Sum of RGB (Red+Green+Blue) = 57+46+205=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #392ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392ECD is #C6D132. Grayscale: #424242. Windows color (decimal): -13029683 or 13446713. OLE color: 13446713.

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

Color convert

RGB 57 46 205 -
CMYK 0.72 0.78 0 0.20
HSL 244.15º 0.63% 0.49% -
HSV(B) 244.15º 0.78% 0.8% -
XYZ 13.68 7.23 58.43 -
YUV 67.42 205.64 120.57 -
System Red Green Blue C M Y K H S L
Decimal 57 46 205 0.72 0.78 0 0.20 244.15 0.63 0.49
Hex 39 2E CD 48 4E 0 14 F4 3F 31
Octal 71 56 315 110 116 0 24 364 77 61
Binary 111001 101110 11001101 1001000 1001110 0 10100 11110100 111111 110001

Color Harmonies of #392ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392ECD

Black with #392ECD

Text Example


Text Example

White with #392ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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