Html Css Color HEX #36297D Windsor

📋 copy color: '#36297D'

red 54 ◦ green 41 ◦ blue 125

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

Shades of Windsor #36297D

Tints of Windsor #36297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

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

R = 24.55%
G = 18.64%
B = 56.82%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36297D (or 0x36297D) is known color: Windsor. HEX triplet: 36, 29 and 7D. RGB value is (54,41,125). Sum of RGB (Red+Green+Blue) = 54+41+125=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #36297D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36297D is #C9D682. Grayscale: #363636. Windows color (decimal): -13227651 or 8202550. OLE color: 8202550.

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

Color convert

RGB 54 41 125 -
CMYK 0.57 0.67 0 0.51
HSL 249.29º 0.51% 0.33% -
HSV(B) 249.29º 0.67% 0.49% -
XYZ 6.02 3.85 19.83 -
YUV 54.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 54 41 125 0.57 0.67 0 0.51 249.29 0.51 0.33
Hex 36 29 7D 39 43 0 33 F9 33 21
Octal 66 51 175 71 103 0 63 371 63 41
Binary 110110 101001 1111101 111001 1000011 0 110011 11111001 110011 100001

Color Harmonies of #36297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36297D

Black with #36297D

Text Example


Text Example

White with #36297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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