Html Css Color HEX #392CBC Persian Blue

📋 copy color: '#392CBC'

red 57 ◦ green 44 ◦ blue 188

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

Shades of Persian Blue #392CBC

Tints of Persian Blue #392CBC

RGB

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

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

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

R = 19.72%
G = 15.22%
B = 65.05%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#392CBC (or 0x392CBC) is known color: Persian Blue. HEX triplet: 39, 2C and BC. RGB value is (57,44,188). Sum of RGB (Red+Green+Blue) = 57+44+188=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #392CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392CBC is #C6D343. Grayscale: #3F3F3F. Windows color (decimal): -13030212 or 12332089. OLE color: 12332089.

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

Color convert

RGB 57 44 188 -
CMYK 0.70 0.77 0 0.26
HSL 245.42º 0.62% 0.45% -
HSV(B) 245.42º 0.77% 0.74% -
XYZ 11.67 6.3 48.18 -
YUV 64.3 197.81 122.79 -
System Red Green Blue C M Y K H S L
Decimal 57 44 188 0.70 0.77 0 0.26 245.42 0.62 0.45
Hex 39 2C BC 46 4D 0 1A F5 3E 2D
Octal 71 54 274 106 115 0 32 365 76 55
Binary 111001 101100 10111100 1000110 1001101 0 11010 11110101 111110 101101

Color Harmonies of #392CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392CBC

Black with #392CBC

Text Example


Text Example

White with #392CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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