Html Css Color HEX #3C2676 Windsor

📋 copy color: '#3C2676'

red 60 ◦ green 38 ◦ blue 118

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

Shades of Windsor #3C2676

Tints of Windsor #3C2676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 54.63%

R = 27.78%
G = 17.59%
B = 54.63%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C2676 (or 0x3C2676) is known color: Windsor. HEX triplet: 3C, 26 and 76. RGB value is (60,38,118). Sum of RGB (Red+Green+Blue) = 60+38+118=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C2676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2676 is #C3D989. Grayscale: #353535. Windows color (decimal): -12835210 or 7743036. OLE color: 7743036.

HSL color Cylindrical-coordinate representation of color #3C2676: hue angle of 256.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C2676 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 38 118 -
CMYK 0.49 0.68 0 0.54
HSL 256.5º 0.51% 0.31% -
HSV(B) 256.5º 0.68% 0.46% -
XYZ 5.83 3.65 17.54 -
YUV 53.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 60 38 118 0.49 0.68 0 0.54 256.5 0.51 0.31
Hex 3C 26 76 31 44 0 36 100 33 1F
Octal 74 46 166 61 104 0 66 400 63 37
Binary 111100 100110 1110110 110001 1000100 0 110110 100000000 110011 11111

Color Harmonies of #3C2676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2676

Black with #3C2676

Text Example


Text Example

White with #3C2676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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