Html Css Color HEX #3C2876 Windsor

📋 copy color: '#3C2876'

red 60 ◦ green 40 ◦ blue 118

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

Shades of Windsor #3C2876

Tints of Windsor #3C2876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

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

R = 27.52%
G = 18.35%
B = 54.13%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C2876 (or 0x3C2876) is known color: Windsor. HEX triplet: 3C, 28 and 76. RGB value is (60,40,118). Sum of RGB (Red+Green+Blue) = 60+40+118=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C2876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2876 is #C3D789. Grayscale: #363636. Windows color (decimal): -12834698 or 7743548. OLE color: 7743548.

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

Color convert

RGB 60 40 118 -
CMYK 0.49 0.66 0 0.54
HSL 255.38º 0.49% 0.31% -
HSV(B) 255.38º 0.66% 0.46% -
XYZ 5.89 3.79 17.56 -
YUV 54.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 60 40 118 0.49 0.66 0 0.54 255.38 0.49 0.31
Hex 3C 28 76 31 42 0 36 FF 31 1F
Octal 74 50 166 61 102 0 66 377 61 37
Binary 111100 101000 1110110 110001 1000010 0 110110 11111111 110001 11111

Color Harmonies of #3C2876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2876

Black with #3C2876

Text Example


Text Example

White with #3C2876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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