Html Css Color HEX #3C2573 Windsor

📋 copy color: '#3C2573'

red 60 ◦ green 37 ◦ blue 115

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

Shades of Windsor #3C2573

Tints of Windsor #3C2573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.45%

 BLUE value IS 115 (45.31% from 255) = 54.25%

R = 28.3%
G = 17.45%
B = 54.25%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C2573 (or 0x3C2573) is known color: Windsor. HEX triplet: 3C, 25 and 73. RGB value is (60,37,115). Sum of RGB (Red+Green+Blue) = 60+37+115=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C2573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2573 is #C3DA8C. Grayscale: #343434. Windows color (decimal): -12835469 or 7546172. OLE color: 7546172.

HSL color Cylindrical-coordinate representation of color #3C2573: hue angle of 257.69º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C2573 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 37 115 -
CMYK 0.48 0.68 0 0.55
HSL 257.69º 0.51% 0.3% -
HSV(B) 257.69º 0.68% 0.45% -
XYZ 5.62 3.52 16.6 -
YUV 52.77 163.12 133.16 -
System Red Green Blue C M Y K H S L
Decimal 60 37 115 0.48 0.68 0 0.55 257.69 0.51 0.3
Hex 3C 25 73 30 44 0 37 102 33 1E
Octal 74 45 163 60 104 0 67 402 63 36
Binary 111100 100101 1110011 110000 1000100 0 110111 100000010 110011 11110

Color Harmonies of #3C2573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2573

Black with #3C2573

Text Example


Text Example

White with #3C2573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,37,115); }

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

background-color css

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

 a { background-color: rgb(60,37,115); }

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

border-color css

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

 span { border-color: rgb(60,37,115); }

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