Html Css Color HEX #392DCD Persian Blue

📋 copy color: '#392DCD'

red 57 ◦ green 45 ◦ blue 205

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

Shades of Persian Blue #392DCD

Tints of Persian Blue #392DCD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.66%

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

R = 18.57%
G = 14.66%
B = 66.78%

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

#392DCD (or 0x392DCD) is known color: Persian Blue. HEX triplet: 39, 2D and CD. RGB value is (57,45,205). Sum of RGB (Red+Green+Blue) = 57+45+205=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #392DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392DCD is #C6D232. Grayscale: #424242. Windows color (decimal): -13029939 or 13446457. OLE color: 13446457.

HSL color Cylindrical-coordinate representation of color #392DCD: hue angle of 244.5º degrees, saturation: 0.64, 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 #392DCD is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 45 205 -
CMYK 0.72 0.78 0 0.20
HSL 244.5º 0.64% 0.49% -
HSV(B) 244.5º 0.78% 0.8% -
XYZ 13.65 7.15 58.42 -
YUV 66.83 205.98 120.99 -
System Red Green Blue C M Y K H S L
Decimal 57 45 205 0.72 0.78 0 0.20 244.5 0.64 0.49
Hex 39 2D CD 48 4E 0 14 F4 40 31
Octal 71 55 315 110 116 0 24 364 100 61
Binary 111001 101101 11001101 1001000 1001110 0 10100 11110100 1000000 110001

Color Harmonies of #392DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392DCD

Black with #392DCD

Text Example


Text Example

White with #392DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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