Html Css Color HEX #36287F Windsor

📋 copy color: '#36287F'

red 54 ◦ green 40 ◦ blue 127

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

Shades of Windsor #36287F

Tints of Windsor #36287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 57.47%

R = 24.43%
G = 18.1%
B = 57.47%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36287F (or 0x36287F) is known color: Windsor. HEX triplet: 36, 28 and 7F. RGB value is (54,40,127). Sum of RGB (Red+Green+Blue) = 54+40+127=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #36287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36287F is #C9D780. Grayscale: #353535. Windows color (decimal): -13227905 or 8333366. OLE color: 8333366.

HSL color Cylindrical-coordinate representation of color #36287F: hue angle of 249.66º 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 #36287F is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 40 127 -
CMYK 0.57 0.69 0 0.50
HSL 249.66º 0.52% 0.33% -
HSV(B) 249.66º 0.69% 0.5% -
XYZ 6.11 3.83 20.5 -
YUV 54.1 169.14 127.93 -
System Red Green Blue C M Y K H S L
Decimal 54 40 127 0.57 0.69 0 0.50 249.66 0.52 0.33
Hex 36 28 7F 39 45 0 32 FA 34 21
Octal 66 50 177 71 105 0 62 372 64 41
Binary 110110 101000 1111111 111001 1000101 0 110010 11111010 110100 100001

Color Harmonies of #36287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36287F

Black with #36287F

Text Example


Text Example

White with #36287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36287F; }

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

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

background-color css

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

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

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

border-color css

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

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

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