Html Css Color HEX #3C2978 Windsor

📋 copy color: '#3C2978'

red 60 ◦ green 41 ◦ blue 120

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

Shades of Windsor #3C2978

Tints of Windsor #3C2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.55%

 BLUE value IS 120 (47.27% from 255) = 54.3%

R = 27.15%
G = 18.55%
B = 54.3%

CMYK

 C value IS 0.5

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C2978 (or 0x3C2978) is known color: Windsor. HEX triplet: 3C, 29 and 78. RGB value is (60,41,120). Sum of RGB (Red+Green+Blue) = 60+41+120=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C2978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2978 is #C3D687. Grayscale: #373737. Windows color (decimal): -12834440 or 7874876. OLE color: 7874876.

HSL color Cylindrical-coordinate representation of color #3C2978: hue angle of 254.43º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C2978 is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 41 120 -
CMYK 0.5 0.66 0 0.53
HSL 254.43º 0.49% 0.32% -
HSV(B) 254.43º 0.66% 0.47% -
XYZ 6.05 3.9 18.2 -
YUV 55.69 164.29 131.08 -
System Red Green Blue C M Y K H S L
Decimal 60 41 120 0.5 0.66 0 0.53 254.43 0.49 0.32
Hex 3C 29 78 32 42 0 35 FE 31 20
Octal 74 51 170 62 102 0 65 376 61 40
Binary 111100 101001 1111000 110010 1000010 0 110101 11111110 110001 100000

Color Harmonies of #3C2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2978

Black with #3C2978

Text Example


Text Example

White with #3C2978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,41,120); }

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

background-color css

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

 a { background-color: rgb(60,41,120); }

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

border-color css

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

 span { border-color: rgb(60,41,120); }

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