Html Css Color HEX #392CBA Persian Blue

📋 copy color: '#392CBA'

red 57 ◦ green 44 ◦ blue 186

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

Shades of Persian Blue #392CBA

Tints of Persian Blue #392CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.33%

 BLUE value IS 186 (73.05% from 255) = 64.81%

R = 19.86%
G = 15.33%
B = 64.81%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#392CBA (or 0x392CBA) is known color: Persian Blue. HEX triplet: 39, 2C and BA. RGB value is (57,44,186). Sum of RGB (Red+Green+Blue) = 57+44+186=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #392CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392CBA is #C6D345. Grayscale: #3F3F3F. Windows color (decimal): -13030214 or 12201017. OLE color: 12201017.

HSL color Cylindrical-coordinate representation of color #392CBA: hue angle of 245.49º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #392CBA is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 44 186 -
CMYK 0.69 0.76 0 0.27
HSL 245.49º 0.62% 0.45% -
HSV(B) 245.49º 0.76% 0.73% -
XYZ 11.45 6.22 47.05 -
YUV 64.08 196.81 122.95 -
System Red Green Blue C M Y K H S L
Decimal 57 44 186 0.69 0.76 0 0.27 245.49 0.62 0.45
Hex 39 2C BA 45 4C 0 1B F5 3E 2D
Octal 71 54 272 105 114 0 33 365 76 55
Binary 111001 101100 10111010 1000101 1001100 0 11011 11110101 111110 101101

Color Harmonies of #392CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392CBA

Black with #392CBA

Text Example


Text Example

White with #392CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,44,186); }

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

background-color css

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

 a { background-color: rgb(57,44,186); }

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

border-color css

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

 span { border-color: rgb(57,44,186); }

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