Html Css Color HEX #3C2684 Windsor

📋 copy color: '#3C2684'

red 60 ◦ green 38 ◦ blue 132

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

Shades of Windsor #3C2684

Tints of Windsor #3C2684

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.52%

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

R = 26.09%
G = 16.52%
B = 57.39%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C2684 (or 0x3C2684) is known color: Windsor. HEX triplet: 3C, 26 and 84. RGB value is (60,38,132). Sum of RGB (Red+Green+Blue) = 60+38+132=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C2684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2684 is #C3D97B. Grayscale: #363636. Windows color (decimal): -12835196 or 8660540. OLE color: 8660540.

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

Color convert

RGB 60 38 132 -
CMYK 0.55 0.71 0 0.48
HSL 254.04º 0.55% 0.33% -
HSV(B) 254.04º 0.71% 0.52% -
XYZ 6.72 4.01 22.25 -
YUV 55.29 171.29 131.36 -
System Red Green Blue C M Y K H S L
Decimal 60 38 132 0.55 0.71 0 0.48 254.04 0.55 0.33
Hex 3C 26 84 37 47 0 30 FE 37 21
Octal 74 46 204 67 107 0 60 376 67 41
Binary 111100 100110 10000100 110111 1000111 0 110000 11111110 110111 100001

Color Harmonies of #3C2684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2684

Black with #3C2684

Text Example


Text Example

White with #3C2684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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