Html Css Color HEX #3C2470 Windsor

📋 copy color: '#3C2470'

red 60 ◦ green 36 ◦ blue 112

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

Shades of Windsor #3C2470

Tints of Windsor #3C2470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.85%

R = 28.85%
G = 17.31%
B = 53.85%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C2470 (or 0x3C2470) is known color: Windsor. HEX triplet: 3C, 24 and 70. RGB value is (60,36,112). Sum of RGB (Red+Green+Blue) = 60+36+112=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2470 is #C3DB8F. Grayscale: #333333. Windows color (decimal): -12835728 or 7349308. OLE color: 7349308.

HSL color Cylindrical-coordinate representation of color #3C2470: hue angle of 258.95º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C2470 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 36 112 -
CMYK 0.46 0.68 0 0.56
HSL 258.95º 0.51% 0.29% -
HSV(B) 258.95º 0.68% 0.44% -
XYZ 5.42 3.39 15.7 -
YUV 51.84 161.95 133.82 -
System Red Green Blue C M Y K H S L
Decimal 60 36 112 0.46 0.68 0 0.56 258.95 0.51 0.29
Hex 3C 24 70 2E 44 0 38 103 33 1D
Octal 74 44 160 56 104 0 70 403 63 35
Binary 111100 100100 1110000 101110 1000100 0 111000 100000011 110011 11101

Color Harmonies of #3C2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2470

Black with #3C2470

Text Example


Text Example

White with #3C2470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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