Html Css Color HEX #3C2484 Windsor

📋 copy color: '#3C2484'

red 60 ◦ green 36 ◦ blue 132

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

Shades of Windsor #3C2484

Tints of Windsor #3C2484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 57.89%

R = 26.32%
G = 15.79%
B = 57.89%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C2484 (or 0x3C2484) is known color: Windsor. HEX triplet: 3C, 24 and 84. RGB value is (60,36,132). Sum of RGB (Red+Green+Blue) = 60+36+132=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C2484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2484 is #C3DB7B. Grayscale: #353535. Windows color (decimal): -12835708 or 8660028. OLE color: 8660028.

HSL color Cylindrical-coordinate representation of color #3C2484: hue angle of 255º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2484 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 36 132 -
CMYK 0.55 0.73 0 0.48
HSL 255º 0.57% 0.33% -
HSV(B) 255º 0.73% 0.52% -
XYZ 6.66 3.89 22.23 -
YUV 54.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 60 36 132 0.55 0.73 0 0.48 255 0.57 0.33
Hex 3C 24 84 37 49 0 30 FF 39 21
Octal 74 44 204 67 111 0 60 377 71 41
Binary 111100 100100 10000100 110111 1001001 0 110000 11111111 111001 100001

Color Harmonies of #3C2484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2484

Black with #3C2484

Text Example


Text Example

White with #3C2484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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