Html Css Color HEX #392684 Windsor

📋 copy color: '#392684'

red 57 ◦ green 38 ◦ blue 132

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

Shades of Windsor #392684

Tints of Windsor #392684

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.74%

 BLUE value IS 132 (51.95% from 255) = 58.15%

R = 25.11%
G = 16.74%
B = 58.15%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#392684 (or 0x392684) is known color: Windsor. HEX triplet: 39, 26 and 84. RGB value is (57,38,132). Sum of RGB (Red+Green+Blue) = 57+38+132=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #392684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392684 is #C6D97B. Grayscale: #363636. Windows color (decimal): -13031804 or 8660537. OLE color: 8660537.

HSL color Cylindrical-coordinate representation of color #392684: hue angle of 252.13º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #392684 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 38 132 -
CMYK 0.57 0.71 0 0.48
HSL 252.13º 0.55% 0.33% -
HSV(B) 252.13º 0.71% 0.52% -
XYZ 6.55 3.92 22.24 -
YUV 54.4 171.79 129.86 -
System Red Green Blue C M Y K H S L
Decimal 57 38 132 0.57 0.71 0 0.48 252.13 0.55 0.33
Hex 39 26 84 39 47 0 30 FC 37 21
Octal 71 46 204 71 107 0 60 374 67 41
Binary 111001 100110 10000100 111001 1000111 0 110000 11111100 110111 100001

Color Harmonies of #392684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392684

Black with #392684

Text Example


Text Example

White with #392684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392684; }

 p { color: rgb(57,38,132); }

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

background-color css

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

 a { background-color: rgb(57,38,132); }

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

border-color css

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

 span { border-color: rgb(57,38,132); }

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