Html Css Color HEX #3C2272 Windsor

📋 copy color: '#3C2272'

red 60 ◦ green 34 ◦ blue 114

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

Shades of Windsor #3C2272

Tints of Windsor #3C2272

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.35%

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

R = 28.85%
G = 16.35%
B = 54.81%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C2272 (or 0x3C2272) is known color: Windsor. HEX triplet: 3C, 22 and 72. RGB value is (60,34,114). Sum of RGB (Red+Green+Blue) = 60+34+114=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C2272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2272 is #C3DD8D. Grayscale: #323232. Windows color (decimal): -12836238 or 7479868. OLE color: 7479868.

HSL color Cylindrical-coordinate representation of color #3C2272: hue angle of 259.5º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C2272 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 34 114 -
CMYK 0.47 0.70 0 0.55
HSL 259.5º 0.54% 0.29% -
HSV(B) 259.5º 0.7% 0.45% -
XYZ 5.47 3.32 16.27 -
YUV 50.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 60 34 114 0.47 0.70 0 0.55 259.5 0.54 0.29
Hex 3C 22 72 2F 46 0 37 104 36 1D
Octal 74 42 162 57 106 0 67 404 66 35
Binary 111100 100010 1110010 101111 1000110 0 110111 100000100 110110 11101

Color Harmonies of #3C2272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2272

Black with #3C2272

Text Example


Text Example

White with #3C2272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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