Html Css Color HEX #3C2870 Windsor

📋 copy color: '#3C2870'

red 60 ◦ green 40 ◦ blue 112

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

Shades of Windsor #3C2870

Tints of Windsor #3C2870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.87%

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

R = 28.3%
G = 18.87%
B = 52.83%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C2870 (or 0x3C2870) is known color: Windsor. HEX triplet: 3C, 28 and 70. RGB value is (60,40,112). Sum of RGB (Red+Green+Blue) = 60+40+112=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C2870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2870 is #C3D78F. Grayscale: #353535. Windows color (decimal): -12834704 or 7350332. OLE color: 7350332.

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

Color convert

RGB 60 40 112 -
CMYK 0.46 0.64 0 0.56
HSL 256.67º 0.47% 0.3% -
HSV(B) 256.67º 0.64% 0.44% -
XYZ 5.55 3.65 15.74 -
YUV 54.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 60 40 112 0.46 0.64 0 0.56 256.67 0.47 0.3
Hex 3C 28 70 2E 40 0 38 101 2F 1E
Octal 74 50 160 56 100 0 70 401 57 36
Binary 111100 101000 1110000 101110 1000000 0 111000 100000001 101111 11110

Color Harmonies of #3C2870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2870

Black with #3C2870

Text Example


Text Example

White with #3C2870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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