Html Css Color HEX #362880 Windsor

📋 copy color: '#362880'

red 54 ◦ green 40 ◦ blue 128

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

Shades of Windsor #362880

Tints of Windsor #362880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.02%

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

R = 24.32%
G = 18.02%
B = 57.66%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#362880 (or 0x362880) is known color: Windsor. HEX triplet: 36, 28 and 80. RGB value is (54,40,128). Sum of RGB (Red+Green+Blue) = 54+40+128=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #362880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362880 is #C9D77F. Grayscale: #353535. Windows color (decimal): -13227904 or 8398902. OLE color: 8398902.

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

Color convert

RGB 54 40 128 -
CMYK 0.58 0.69 0 0.50
HSL 249.55º 0.52% 0.33% -
HSV(B) 249.55º 0.69% 0.5% -
XYZ 6.18 3.86 20.84 -
YUV 54.22 169.64 127.84 -
System Red Green Blue C M Y K H S L
Decimal 54 40 128 0.58 0.69 0 0.50 249.55 0.52 0.33
Hex 36 28 80 3A 45 0 32 FA 34 21
Octal 66 50 200 72 105 0 62 372 64 41
Binary 110110 101000 10000000 111010 1000101 0 110010 11111010 110100 100001

Color Harmonies of #362880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362880

Black with #362880

Text Example


Text Example

White with #362880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362880; }

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

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

background-color css

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

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

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

border-color css

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

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

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