Html Css Color HEX #362984 Windsor

📋 copy color: '#362984'

red 54 ◦ green 41 ◦ blue 132

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

Shades of Windsor #362984

Tints of Windsor #362984

RGB

 RED value IS 54 (21.48% from 255) = 23.79%

 GREEN value IS 41 (16.41% from 255) = 18.06%

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

R = 23.79%
G = 18.06%
B = 58.15%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#362984 (or 0x362984) is known color: Windsor. HEX triplet: 36, 29 and 84. RGB value is (54,41,132). Sum of RGB (Red+Green+Blue) = 54+41+132=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 41 (16.41% from 255 or 18.06% 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 #362984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362984 is #C9D67B. Grayscale: #363636. Windows color (decimal): -13227644 or 8661302. OLE color: 8661302.

HSL color Cylindrical-coordinate representation of color #362984: hue angle of 248.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #362984 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 41 132 -
CMYK 0.59 0.69 0 0.48
HSL 248.57º 0.53% 0.34% -
HSV(B) 248.57º 0.69% 0.52% -
XYZ 6.48 4.04 22.27 -
YUV 55.26 171.31 127.1 -
System Red Green Blue C M Y K H S L
Decimal 54 41 132 0.59 0.69 0 0.48 248.57 0.53 0.34
Hex 36 29 84 3B 45 0 30 F9 35 22
Octal 66 51 204 73 105 0 60 371 65 42
Binary 110110 101001 10000100 111011 1000101 0 110000 11111001 110101 100010

Color Harmonies of #362984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362984

Black with #362984

Text Example


Text Example

White with #362984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362984; }

 p { color: rgb(54,41,132); }

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

background-color css

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

 a { background-color: rgb(54,41,132); }

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

border-color css

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

 span { border-color: rgb(54,41,132); }

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