Html Css Color HEX #3C287D Windsor

📋 copy color: '#3C287D'

red 60 ◦ green 40 ◦ blue 125

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

Shades of Windsor #3C287D

Tints of Windsor #3C287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.56%

R = 26.67%
G = 17.78%
B = 55.56%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C287D (or 0x3C287D) is known color: Windsor. HEX triplet: 3C, 28 and 7D. RGB value is (60,40,125). Sum of RGB (Red+Green+Blue) = 60+40+125=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C287D is #C3D782. Grayscale: #373737. Windows color (decimal): -12834691 or 8202300. OLE color: 8202300.

HSL color Cylindrical-coordinate representation of color #3C287D: hue angle of 254.12º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C287D is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 40 125 -
CMYK 0.52 0.68 0 0.51
HSL 254.12º 0.52% 0.32% -
HSV(B) 254.12º 0.68% 0.49% -
XYZ 6.32 3.96 19.83 -
YUV 55.67 167.13 131.09 -
System Red Green Blue C M Y K H S L
Decimal 60 40 125 0.52 0.68 0 0.51 254.12 0.52 0.32
Hex 3C 28 7D 34 44 0 33 FE 34 20
Octal 74 50 175 64 104 0 63 376 64 40
Binary 111100 101000 1111101 110100 1000100 0 110011 11111110 110100 100000

Color Harmonies of #3C287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C287D

Black with #3C287D

Text Example


Text Example

White with #3C287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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