Html Css Color HEX #392673 Windsor

📋 copy color: '#392673'

red 57 ◦ green 38 ◦ blue 115

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

Shades of Windsor #392673

Tints of Windsor #392673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.76%

R = 27.14%
G = 18.1%
B = 54.76%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#392673 (or 0x392673) is known color: Windsor. HEX triplet: 39, 26 and 73. RGB value is (57,38,115). Sum of RGB (Red+Green+Blue) = 57+38+115=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #392673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392673 is #C6D98C. Grayscale: #343434. Windows color (decimal): -13031821 or 7546425. OLE color: 7546425.

HSL color Cylindrical-coordinate representation of color #392673: hue angle of 254.81º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #392673 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 38 115 -
CMYK 0.50 0.67 0 0.55
HSL 254.81º 0.5% 0.3% -
HSV(B) 254.81º 0.67% 0.45% -
XYZ 5.47 3.49 16.61 -
YUV 52.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 57 38 115 0.50 0.67 0 0.55 254.81 0.5 0.3
Hex 39 26 73 32 43 0 37 FF 32 1E
Octal 71 46 163 62 103 0 67 377 62 36
Binary 111001 100110 1110011 110010 1000011 0 110111 11111111 110010 11110

Color Harmonies of #392673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392673

Black with #392673

Text Example


Text Example

White with #392673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392673; }

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

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

background-color css

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

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

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

border-color css

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

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

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