Html Css Color HEX #392DBC Persian Blue

📋 copy color: '#392DBC'

red 57 ◦ green 45 ◦ blue 188

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

Shades of Persian Blue #392DBC

Tints of Persian Blue #392DBC

RGB

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

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

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

R = 19.66%
G = 15.52%
B = 64.83%

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

#392DBC (or 0x392DBC) is known color: Persian Blue. HEX triplet: 39, 2D and BC. RGB value is (57,45,188). Sum of RGB (Red+Green+Blue) = 57+45+188=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #392DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392DBC is #C6D243. Grayscale: #404040. Windows color (decimal): -13029956 or 12332345. OLE color: 12332345.

HSL color Cylindrical-coordinate representation of color #392DBC: hue angle of 245.03º 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 #392DBC is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 57 45 188 -
CMYK 0.70 0.76 0 0.26
HSL 245.04º 0.61% 0.46% -
HSV(B) 245.04º 0.76% 0.74% -
XYZ 11.7 6.38 48.19 -
YUV 64.89 197.48 122.37 -
System Red Green Blue C M Y K H S L
Decimal 57 45 188 0.70 0.76 0 0.26 245.04 0.61 0.46
Hex 39 2D BC 46 4C 0 1A F5 3D 2E
Octal 71 55 274 106 114 0 32 365 75 56
Binary 111001 101101 10111100 1000110 1001100 0 11010 11110101 111101 101110

Color Harmonies of #392DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392DBC

Black with #392DBC

Text Example


Text Example

White with #392DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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