Html Css Color HEX #3C2184 Windsor

📋 copy color: '#3C2184'

red 60 ◦ green 33 ◦ blue 132

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

Shades of Windsor #3C2184

Tints of Windsor #3C2184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.67%

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

R = 26.67%
G = 14.67%
B = 58.67%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C2184 (or 0x3C2184) is known color: Windsor. HEX triplet: 3C, 21 and 84. RGB value is (60,33,132). Sum of RGB (Red+Green+Blue) = 60+33+132=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C2184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2184 is #C3DE7B. Grayscale: #333333. Windows color (decimal): -12836476 or 8659260. OLE color: 8659260.

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

Color convert

RGB 60 33 132 -
CMYK 0.55 0.75 0 0.48
HSL 256.36º 0.6% 0.32% -
HSV(B) 256.36º 0.75% 0.52% -
XYZ 6.57 3.71 22.2 -
YUV 52.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 60 33 132 0.55 0.75 0 0.48 256.36 0.6 0.32
Hex 3C 21 84 37 4B 0 30 100 3C 20
Octal 74 41 204 67 113 0 60 400 74 40
Binary 111100 100001 10000100 110111 1001011 0 110000 100000000 111100 100000

Color Harmonies of #3C2184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2184

Black with #3C2184

Text Example


Text Example

White with #3C2184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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