Html Css Color HEX #3C2589 Windsor

📋 copy color: '#3C2589'

red 60 ◦ green 37 ◦ blue 137

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

Shades of Windsor #3C2589

Tints of Windsor #3C2589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

 BLUE value IS 137 (53.91% from 255) = 58.55%

R = 25.64%
G = 15.81%
B = 58.55%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C2589 (or 0x3C2589) is known color: Windsor. HEX triplet: 3C, 25 and 89. RGB value is (60,37,137). Sum of RGB (Red+Green+Blue) = 60+37+137=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C2589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2589 is #C3DA76. Grayscale: #363636. Windows color (decimal): -12835447 or 8987964. OLE color: 8987964.

HSL color Cylindrical-coordinate representation of color #3C2589: hue angle of 253.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2589 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 37 137 -
CMYK 0.56 0.73 0 0.46
HSL 253.8º 0.57% 0.34% -
HSV(B) 253.8º 0.73% 0.54% -
XYZ 7.04 4.09 24.09 -
YUV 55.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 60 37 137 0.56 0.73 0 0.46 253.8 0.57 0.34
Hex 3C 25 89 38 49 0 2E FE 39 22
Octal 74 45 211 70 111 0 56 376 71 42
Binary 111100 100101 10001001 111000 1001001 0 101110 11111110 111001 100010

Color Harmonies of #3C2589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2589

Black with #3C2589

Text Example


Text Example

White with #3C2589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,37,137); }

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

background-color css

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

 a { background-color: rgb(60,37,137); }

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

border-color css

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

 span { border-color: rgb(60,37,137); }

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