Html Css Color HEX #392ECB Persian Blue

📋 copy color: '#392ECB'

red 57 ◦ green 46 ◦ blue 203

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

Shades of Persian Blue #392ECB

Tints of Persian Blue #392ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 66.34%

R = 18.63%
G = 15.03%
B = 66.34%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#392ECB (or 0x392ECB) is known color: Persian Blue. HEX triplet: 39, 2E and CB. RGB value is (57,46,203). Sum of RGB (Red+Green+Blue) = 57+46+203=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #392ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392ECB is #C6D134. Grayscale: #424242. Windows color (decimal): -13029685 or 13315641. OLE color: 13315641.

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

Color convert

RGB 57 46 203 -
CMYK 0.72 0.77 0 0.20
HSL 244.2º 0.63% 0.49% -
HSV(B) 244.2º 0.77% 0.8% -
XYZ 13.44 7.14 57.17 -
YUV 67.19 204.64 120.73 -
System Red Green Blue C M Y K H S L
Decimal 57 46 203 0.72 0.77 0 0.20 244.2 0.63 0.49
Hex 39 2E CB 48 4D 0 14 F4 3F 31
Octal 71 56 313 110 115 0 24 364 77 61
Binary 111001 101110 11001011 1001000 1001101 0 10100 11110100 111111 110001

Color Harmonies of #392ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392ECB

Black with #392ECB

Text Example


Text Example

White with #392ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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