Html Css Color HEX #36267C Windsor

📋 copy color: '#36267C'

red 54 ◦ green 38 ◦ blue 124

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

Shades of Windsor #36267C

Tints of Windsor #36267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.59%

 BLUE value IS 124 (48.83% from 255) = 57.41%

R = 25%
G = 17.59%
B = 57.41%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36267C (or 0x36267C) is known color: Windsor. HEX triplet: 36, 26 and 7C. RGB value is (54,38,124). Sum of RGB (Red+Green+Blue) = 54+38+124=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #36267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36267C is #C9D983. Grayscale: #343434. Windows color (decimal): -13228420 or 8136246. OLE color: 8136246.

HSL color Cylindrical-coordinate representation of color #36267C: hue angle of 251.16º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36267C is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 38 124 -
CMYK 0.56 0.69 0 0.51
HSL 251.16º 0.53% 0.32% -
HSV(B) 251.16º 0.69% 0.49% -
XYZ 5.85 3.63 19.46 -
YUV 52.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 54 38 124 0.56 0.69 0 0.51 251.16 0.53 0.32
Hex 36 26 7C 38 45 0 33 FB 35 20
Octal 66 46 174 70 105 0 63 373 65 40
Binary 110110 100110 1111100 111000 1000101 0 110011 11111011 110101 100000

Color Harmonies of #36267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36267C

Black with #36267C

Text Example


Text Example

White with #36267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36267C; }

 p { color: rgb(54,38,124); }

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

background-color css

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

 a { background-color: rgb(54,38,124); }

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

border-color css

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

 span { border-color: rgb(54,38,124); }

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