Html Css Color HEX #3C2073 Windsor

📋 copy color: '#3C2073'

red 60 ◦ green 32 ◦ blue 115

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

Shades of Windsor #3C2073

Tints of Windsor #3C2073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.46%

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

R = 28.99%
G = 15.46%
B = 55.56%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C2073 (or 0x3C2073) is known color: Windsor. HEX triplet: 3C, 20 and 73. RGB value is (60,32,115). Sum of RGB (Red+Green+Blue) = 60+32+115=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C2073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2073 is #C3DF8C. Grayscale: #313131. Windows color (decimal): -12836749 or 7544892. OLE color: 7544892.

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

Color convert

RGB 60 32 115 -
CMYK 0.48 0.72 0 0.55
HSL 260.24º 0.56% 0.29% -
HSV(B) 260.24º 0.72% 0.45% -
XYZ 5.47 3.23 16.55 -
YUV 49.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 60 32 115 0.48 0.72 0 0.55 260.24 0.56 0.29
Hex 3C 20 73 30 48 0 37 104 38 1D
Octal 74 40 163 60 110 0 67 404 70 35
Binary 111100 100000 1110011 110000 1001000 0 110111 100000100 111000 11101

Color Harmonies of #3C2073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2073

Black with #3C2073

Text Example


Text Example

White with #3C2073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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