Html Css Color HEX #362980 Windsor

📋 copy color: '#362980'

red 54 ◦ green 41 ◦ blue 128

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

Shades of Windsor #362980

Tints of Windsor #362980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 57.4%

R = 24.22%
G = 18.39%
B = 57.4%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#362980 (or 0x362980) is known color: Windsor. HEX triplet: 36, 29 and 80. RGB value is (54,41,128). Sum of RGB (Red+Green+Blue) = 54+41+128=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #362980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362980 is #C9D67F. Grayscale: #363636. Windows color (decimal): -13227648 or 8399158. OLE color: 8399158.

HSL color Cylindrical-coordinate representation of color #362980: hue angle of 248.97º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #362980 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 41 128 -
CMYK 0.58 0.68 0 0.50
HSL 248.97º 0.51% 0.33% -
HSV(B) 248.97º 0.68% 0.5% -
XYZ 6.21 3.93 20.85 -
YUV 54.81 169.31 127.43 -
System Red Green Blue C M Y K H S L
Decimal 54 41 128 0.58 0.68 0 0.50 248.97 0.51 0.33
Hex 36 29 80 3A 44 0 32 F9 33 21
Octal 66 51 200 72 104 0 62 371 63 41
Binary 110110 101001 10000000 111010 1000100 0 110010 11111001 110011 100001

Color Harmonies of #362980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362980

Black with #362980

Text Example


Text Example

White with #362980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362980; }

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

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

background-color css

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

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

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

border-color css

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

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

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