Html Css Color HEX #36267D Windsor

📋 copy color: '#36267D'

red 54 ◦ green 38 ◦ blue 125

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

Shades of Windsor #36267D

Tints of Windsor #36267D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.6%

R = 24.88%
G = 17.51%
B = 57.6%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36267D (or 0x36267D) is known color: Windsor. HEX triplet: 36, 26 and 7D. RGB value is (54,38,125). Sum of RGB (Red+Green+Blue) = 54+38+125=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #36267D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36267D is #C9D982. Grayscale: #343434. Windows color (decimal): -13228419 or 8201782. OLE color: 8201782.

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

Color convert

RGB 54 38 125 -
CMYK 0.57 0.70 0 0.51
HSL 251.03º 0.53% 0.32% -
HSV(B) 251.03º 0.7% 0.49% -
XYZ 5.92 3.65 19.79 -
YUV 52.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 54 38 125 0.57 0.70 0 0.51 251.03 0.53 0.32
Hex 36 26 7D 39 46 0 33 FB 35 20
Octal 66 46 175 71 106 0 63 373 65 40
Binary 110110 100110 1111101 111001 1000110 0 110011 11111011 110101 100000

Color Harmonies of #36267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36267D

Black with #36267D

Text Example


Text Example

White with #36267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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