Html Css Color HEX #3C2880 Windsor

📋 copy color: '#3C2880'

red 60 ◦ green 40 ◦ blue 128

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

Shades of Windsor #3C2880

Tints of Windsor #3C2880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 56.14%

R = 26.32%
G = 17.54%
B = 56.14%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C2880 (or 0x3C2880) is known color: Windsor. HEX triplet: 3C, 28 and 80. RGB value is (60,40,128). Sum of RGB (Red+Green+Blue) = 60+40+128=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #3C2880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2880 is #C3D77F. Grayscale: #373737. Windows color (decimal): -12834688 or 8398908. OLE color: 8398908.

HSL color Cylindrical-coordinate representation of color #3C2880: hue angle of 253.64º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C2880 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 40 128 -
CMYK 0.53 0.69 0 0.50
HSL 253.64º 0.52% 0.33% -
HSV(B) 253.64º 0.69% 0.5% -
XYZ 6.52 4.04 20.86 -
YUV 56.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 60 40 128 0.53 0.69 0 0.50 253.64 0.52 0.33
Hex 3C 28 80 35 45 0 32 FE 34 21
Octal 74 50 200 65 105 0 62 376 64 41
Binary 111100 101000 10000000 110101 1000101 0 110010 11111110 110100 100001

Color Harmonies of #3C2880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2880

Black with #3C2880

Text Example


Text Example

White with #3C2880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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