Html Css Color HEX #3C2473 Windsor

📋 copy color: '#3C2473'

red 60 ◦ green 36 ◦ blue 115

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

Shades of Windsor #3C2473

Tints of Windsor #3C2473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.06%

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

R = 28.44%
G = 17.06%
B = 54.5%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C2473 (or 0x3C2473) is known color: Windsor. HEX triplet: 3C, 24 and 73. RGB value is (60,36,115). Sum of RGB (Red+Green+Blue) = 60+36+115=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C2473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2473 is #C3DB8C. Grayscale: #333333. Windows color (decimal): -12835725 or 7545916. OLE color: 7545916.

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

Color convert

RGB 60 36 115 -
CMYK 0.48 0.69 0 0.55
HSL 258.23º 0.52% 0.3% -
HSV(B) 258.23º 0.69% 0.45% -
XYZ 5.59 3.46 16.59 -
YUV 52.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 60 36 115 0.48 0.69 0 0.55 258.23 0.52 0.3
Hex 3C 24 73 30 45 0 37 102 34 1E
Octal 74 44 163 60 105 0 67 402 64 36
Binary 111100 100100 1110011 110000 1000101 0 110111 100000010 110100 11110

Color Harmonies of #3C2473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2473

Black with #3C2473

Text Example


Text Example

White with #3C2473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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