Html Css Color HEX #3C237F Windsor

📋 copy color: '#3C237F'

red 60 ◦ green 35 ◦ blue 127

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

Shades of Windsor #3C237F

Tints of Windsor #3C237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.77%

 BLUE value IS 127 (50% from 255) = 57.21%

R = 27.03%
G = 15.77%
B = 57.21%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C237F (or 0x3C237F) is known color: Windsor. HEX triplet: 3C, 23 and 7F. RGB value is (60,35,127). Sum of RGB (Red+Green+Blue) = 60+35+127=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C237F is #C3DC80. Grayscale: #343434. Windows color (decimal): -12835969 or 8332092. OLE color: 8332092.

HSL color Cylindrical-coordinate representation of color #3C237F: hue angle of 256.3º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C237F is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 35 127 -
CMYK 0.53 0.72 0 0.50
HSL 256.3º 0.57% 0.32% -
HSV(B) 256.3º 0.72% 0.5% -
XYZ 6.3 3.7 20.46 -
YUV 52.96 169.78 133.02 -
System Red Green Blue C M Y K H S L
Decimal 60 35 127 0.53 0.72 0 0.50 256.3 0.57 0.32
Hex 3C 23 7F 35 48 0 32 100 39 20
Octal 74 43 177 65 110 0 62 400 71 40
Binary 111100 100011 1111111 110101 1001000 0 110010 100000000 111001 100000

Color Harmonies of #3C237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C237F

Black with #3C237F

Text Example


Text Example

White with #3C237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,35,127); }

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

background-color css

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

 a { background-color: rgb(60,35,127); }

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

border-color css

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

 span { border-color: rgb(60,35,127); }

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