Html Css Color HEX #3C2487 Windsor

📋 copy color: '#3C2487'

red 60 ◦ green 36 ◦ blue 135

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

Shades of Windsor #3C2487

Tints of Windsor #3C2487

RGB

 RED value IS 60 (23.83% from 255) = 25.97%

 GREEN value IS 36 (14.45% from 255) = 15.58%

 BLUE value IS 135 (53.13% from 255) = 58.44%

R = 25.97%
G = 15.58%
B = 58.44%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3C2487 (or 0x3C2487) is known color: Windsor. HEX triplet: 3C, 24 and 87. RGB value is (60,36,135). Sum of RGB (Red+Green+Blue) = 60+36+135=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C2487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2487 is #C3DB78. Grayscale: #363636. Windows color (decimal): -12835705 or 8856636. OLE color: 8856636.

HSL color Cylindrical-coordinate representation of color #3C2487: hue angle of 254.55º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2487 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 36 135 -
CMYK 0.56 0.73 0 0.47
HSL 254.55º 0.58% 0.34% -
HSV(B) 254.55º 0.73% 0.53% -
XYZ 6.87 3.97 23.33 -
YUV 54.46 173.45 131.95 -
System Red Green Blue C M Y K H S L
Decimal 60 36 135 0.56 0.73 0 0.47 254.55 0.58 0.34
Hex 3C 24 87 38 49 0 2F FF 3A 22
Octal 74 44 207 70 111 0 57 377 72 42
Binary 111100 100100 10000111 111000 1001001 0 101111 11111111 111010 100010

Color Harmonies of #3C2487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2487

Black with #3C2487

Text Example


Text Example

White with #3C2487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C2487; }

 p { color: rgb(60,36,135); }

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

background-color css

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

 a { background-color: rgb(60,36,135); }

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

border-color css

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

 span { border-color: rgb(60,36,135); }

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