Html Css Color HEX #362879 Windsor

📋 copy color: '#362879'

red 54 ◦ green 40 ◦ blue 121

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

Shades of Windsor #362879

Tints of Windsor #362879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 56.28%

R = 25.12%
G = 18.6%
B = 56.28%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#362879 (or 0x362879) is known color: Windsor. HEX triplet: 36, 28 and 79. RGB value is (54,40,121). Sum of RGB (Red+Green+Blue) = 54+40+121=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #362879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362879 is #C9D786. Grayscale: #353535. Windows color (decimal): -13227911 or 7940150. OLE color: 7940150.

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

Color convert

RGB 54 40 121 -
CMYK 0.55 0.67 0 0.53
HSL 250.37º 0.5% 0.32% -
HSV(B) 250.37º 0.67% 0.47% -
XYZ 5.73 3.68 18.5 -
YUV 53.42 166.14 128.41 -
System Red Green Blue C M Y K H S L
Decimal 54 40 121 0.55 0.67 0 0.53 250.37 0.5 0.32
Hex 36 28 79 37 43 0 35 FA 32 20
Octal 66 50 171 67 103 0 65 372 62 40
Binary 110110 101000 1111001 110111 1000011 0 110101 11111010 110010 100000

Color Harmonies of #362879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362879

Black with #362879

Text Example


Text Example

White with #362879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362879; }

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

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

background-color css

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

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

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

border-color css

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

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

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