Html Css Color HEX #3C2072 Windsor

📋 copy color: '#3C2072'

red 60 ◦ green 32 ◦ blue 114

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

Shades of Windsor #3C2072

Tints of Windsor #3C2072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 55.34%

R = 29.13%
G = 15.53%
B = 55.34%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C2072 (or 0x3C2072) is known color: Windsor. HEX triplet: 3C, 20 and 72. RGB value is (60,32,114). Sum of RGB (Red+Green+Blue) = 60+32+114=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C2072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2072 is #C3DF8D. Grayscale: #313131. Windows color (decimal): -12836750 or 7479356. OLE color: 7479356.

HSL color Cylindrical-coordinate representation of color #3C2072: hue angle of 260.49º 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 #3C2072 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 32 114 -
CMYK 0.47 0.72 0 0.55
HSL 260.49º 0.56% 0.29% -
HSV(B) 260.49º 0.72% 0.45% -
XYZ 5.42 3.21 16.25 -
YUV 49.72 164.28 135.33 -
System Red Green Blue C M Y K H S L
Decimal 60 32 114 0.47 0.72 0 0.55 260.49 0.56 0.29
Hex 3C 20 72 2F 48 0 37 104 38 1D
Octal 74 40 162 57 110 0 67 404 70 35
Binary 111100 100000 1110010 101111 1001000 0 110111 100000100 111000 11101

Color Harmonies of #3C2072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2072

Black with #3C2072

Text Example


Text Example

White with #3C2072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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