Html Css Color HEX #3C2874 Windsor

📋 copy color: '#3C2874'

red 60 ◦ green 40 ◦ blue 116

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

Shades of Windsor #3C2874

Tints of Windsor #3C2874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.7%

R = 27.78%
G = 18.52%
B = 53.7%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C2874 (or 0x3C2874) is known color: Windsor. HEX triplet: 3C, 28 and 74. RGB value is (60,40,116). Sum of RGB (Red+Green+Blue) = 60+40+116=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C2874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2874 is #C3D78B. Grayscale: #363636. Windows color (decimal): -12834700 or 7612476. OLE color: 7612476.

HSL color Cylindrical-coordinate representation of color #3C2874: hue angle of 255.79º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C2874 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 40 116 -
CMYK 0.48 0.66 0 0.55
HSL 255.79º 0.49% 0.31% -
HSV(B) 255.79º 0.66% 0.45% -
XYZ 5.77 3.74 16.94 -
YUV 54.64 162.63 131.82 -
System Red Green Blue C M Y K H S L
Decimal 60 40 116 0.48 0.66 0 0.55 255.79 0.49 0.31
Hex 3C 28 74 30 42 0 37 100 31 1F
Octal 74 50 164 60 102 0 67 400 61 37
Binary 111100 101000 1110100 110000 1000010 0 110111 100000000 110001 11111

Color Harmonies of #3C2874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2874

Black with #3C2874

Text Example


Text Example

White with #3C2874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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