Html Css Color HEX #3C2882 Windsor

📋 copy color: '#3C2882'

red 60 ◦ green 40 ◦ blue 130

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

Shades of Windsor #3C2882

Tints of Windsor #3C2882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 56.52%

R = 26.09%
G = 17.39%
B = 56.52%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C2882 (or 0x3C2882) is known color: Windsor. HEX triplet: 3C, 28 and 82. RGB value is (60,40,130). Sum of RGB (Red+Green+Blue) = 60+40+130=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C2882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2882 is #C3D77D. Grayscale: #373737. Windows color (decimal): -12834686 or 8529980. OLE color: 8529980.

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

Color convert

RGB 60 40 130 -
CMYK 0.54 0.69 0 0.49
HSL 253.33º 0.53% 0.33% -
HSV(B) 253.33º 0.69% 0.51% -
XYZ 6.65 4.09 21.56 -
YUV 56.24 169.63 130.68 -
System Red Green Blue C M Y K H S L
Decimal 60 40 130 0.54 0.69 0 0.49 253.33 0.53 0.33
Hex 3C 28 82 36 45 0 31 FD 35 21
Octal 74 50 202 66 105 0 61 375 65 41
Binary 111100 101000 10000010 110110 1000101 0 110001 11111101 110101 100001

Color Harmonies of #3C2882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2882

Black with #3C2882

Text Example


Text Example

White with #3C2882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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