Html Css Color HEX #3C2585 Windsor

📋 copy color: '#3C2585'

red 60 ◦ green 37 ◦ blue 133

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

Shades of Windsor #3C2585

Tints of Windsor #3C2585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 57.83%

R = 26.09%
G = 16.09%
B = 57.83%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C2585 (or 0x3C2585) is known color: Windsor. HEX triplet: 3C, 25 and 85. RGB value is (60,37,133). Sum of RGB (Red+Green+Blue) = 60+37+133=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C2585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2585 is #C3DA7A. Grayscale: #363636. Windows color (decimal): -12835451 or 8725820. OLE color: 8725820.

HSL color Cylindrical-coordinate representation of color #3C2585: hue angle of 254.38º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C2585 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 37 133 -
CMYK 0.55 0.72 0 0.48
HSL 254.38º 0.56% 0.33% -
HSV(B) 254.38º 0.72% 0.52% -
XYZ 6.76 3.98 22.6 -
YUV 54.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 60 37 133 0.55 0.72 0 0.48 254.38 0.56 0.33
Hex 3C 25 85 37 48 0 30 FE 38 21
Octal 74 45 205 67 110 0 60 376 70 41
Binary 111100 100101 10000101 110111 1001000 0 110000 11111110 111000 100001

Color Harmonies of #3C2585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2585

Black with #3C2585

Text Example


Text Example

White with #3C2585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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