Html Css Color HEX #3C2875 Windsor

📋 copy color: '#3C2875'

red 60 ◦ green 40 ◦ blue 117

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

Shades of Windsor #3C2875

Tints of Windsor #3C2875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.92%

R = 27.65%
G = 18.43%
B = 53.92%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C2875 (or 0x3C2875) is known color: Windsor. HEX triplet: 3C, 28 and 75. RGB value is (60,40,117). Sum of RGB (Red+Green+Blue) = 60+40+117=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C2875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2875 is #C3D78A. Grayscale: #363636. Windows color (decimal): -12834699 or 7678012. OLE color: 7678012.

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

Color convert

RGB 60 40 117 -
CMYK 0.49 0.66 0 0.54
HSL 255.58º 0.49% 0.31% -
HSV(B) 255.58º 0.66% 0.46% -
XYZ 5.83 3.76 17.25 -
YUV 54.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 60 40 117 0.49 0.66 0 0.54 255.58 0.49 0.31
Hex 3C 28 75 31 42 0 36 100 31 1F
Octal 74 50 165 61 102 0 66 400 61 37
Binary 111100 101000 1110101 110001 1000010 0 110110 100000000 110001 11111

Color Harmonies of #3C2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2875

Black with #3C2875

Text Example


Text Example

White with #3C2875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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