Html Css Color HEX #392EBC Persian Blue

📋 copy color: '#392EBC'

red 57 ◦ green 46 ◦ blue 188

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

Shades of Persian Blue #392EBC

Tints of Persian Blue #392EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.6%

R = 19.59%
G = 15.81%
B = 64.6%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#392EBC (or 0x392EBC) is known color: Persian Blue. HEX triplet: 39, 2E and BC. RGB value is (57,46,188). Sum of RGB (Red+Green+Blue) = 57+46+188=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #392EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392EBC is #C6D143. Grayscale: #404040. Windows color (decimal): -13029700 or 12332601. OLE color: 12332601.

HSL color Cylindrical-coordinate representation of color #392EBC: hue angle of 244.65º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #392EBC is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 57 46 188 -
CMYK 0.70 0.76 0 0.26
HSL 244.65º 0.61% 0.46% -
HSV(B) 244.65º 0.76% 0.74% -
XYZ 11.74 6.45 48.2 -
YUV 65.48 197.14 121.95 -
System Red Green Blue C M Y K H S L
Decimal 57 46 188 0.70 0.76 0 0.26 244.65 0.61 0.46
Hex 39 2E BC 46 4C 0 1A F5 3D 2E
Octal 71 56 274 106 114 0 32 365 75 56
Binary 111001 101110 10111100 1000110 1001100 0 11010 11110101 111101 101110

Color Harmonies of #392EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392EBC

Black with #392EBC

Text Example


Text Example

White with #392EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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