Html Css Color HEX #3C2570 Windsor

📋 copy color: '#3C2570'

red 60 ◦ green 37 ◦ blue 112

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

Shades of Windsor #3C2570

Tints of Windsor #3C2570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

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

R = 28.71%
G = 17.7%
B = 53.59%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C2570 (or 0x3C2570) is known color: Windsor. HEX triplet: 3C, 25 and 70. RGB value is (60,37,112). Sum of RGB (Red+Green+Blue) = 60+37+112=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C2570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2570 is #C3DA8F. Grayscale: #343434. Windows color (decimal): -12835472 or 7349564. OLE color: 7349564.

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

Color convert

RGB 60 37 112 -
CMYK 0.46 0.67 0 0.56
HSL 258.4º 0.5% 0.29% -
HSV(B) 258.4º 0.67% 0.44% -
XYZ 5.45 3.45 15.71 -
YUV 52.43 161.62 133.4 -
System Red Green Blue C M Y K H S L
Decimal 60 37 112 0.46 0.67 0 0.56 258.4 0.5 0.29
Hex 3C 25 70 2E 43 0 38 102 32 1D
Octal 74 45 160 56 103 0 70 402 62 35
Binary 111100 100101 1110000 101110 1000011 0 111000 100000010 110010 11101

Color Harmonies of #3C2570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2570

Black with #3C2570

Text Example


Text Example

White with #3C2570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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