Html Css Color HEX #362577 Windsor

📋 copy color: '#362577'

red 54 ◦ green 37 ◦ blue 119

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

Shades of Windsor #362577

Tints of Windsor #362577

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

 BLUE value IS 119 (46.88% from 255) = 56.67%

R = 25.71%
G = 17.62%
B = 56.67%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#362577 (or 0x362577) is known color: Windsor. HEX triplet: 36, 25 and 77. RGB value is (54,37,119). Sum of RGB (Red+Green+Blue) = 54+37+119=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #362577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362577 is #C9DA88. Grayscale: #333333. Windows color (decimal): -13228681 or 7808310. OLE color: 7808310.

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

Color convert

RGB 54 37 119 -
CMYK 0.55 0.69 0 0.53
HSL 252.44º 0.53% 0.31% -
HSV(B) 252.44º 0.69% 0.47% -
XYZ 5.51 3.44 17.83 -
YUV 51.43 166.13 129.83 -
System Red Green Blue C M Y K H S L
Decimal 54 37 119 0.55 0.69 0 0.53 252.44 0.53 0.31
Hex 36 25 77 37 45 0 35 FC 35 1F
Octal 66 45 167 67 105 0 65 374 65 37
Binary 110110 100101 1110111 110111 1000101 0 110101 11111100 110101 11111

Color Harmonies of #362577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362577

Black with #362577

Text Example


Text Example

White with #362577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362577; }

 p { color: rgb(54,37,119); }

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

background-color css

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

 a { background-color: rgb(54,37,119); }

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

border-color css

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

 span { border-color: rgb(54,37,119); }

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