Html Css Color HEX #3C3285 Dark Slate Blue

📋 copy color: '#3C3285'

red 60 ◦ green 50 ◦ blue 133

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

Shades of Dark Slate Blue #3C3285

Tints of Dark Slate Blue #3C3285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 24.69%
G = 20.58%
B = 54.73%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C3285 (or 0x3C3285) is known color: Dark Slate Blue. HEX triplet: 3C, 32 and 85. RGB value is (60,50,133). Sum of RGB (Red+Green+Blue) = 60+50+133=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C3285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3285 is #C3CD7A. Grayscale: #3E3E3E. Windows color (decimal): -12832123 or 8729148. OLE color: 8729148.

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

Color convert

RGB 60 50 133 -
CMYK 0.55 0.62 0 0.48
HSL 247.23º 0.45% 0.36% -
HSV(B) 247.23º 0.62% 0.52% -
XYZ 7.24 4.94 22.76 -
YUV 62.45 167.81 126.25 -
System Red Green Blue C M Y K H S L
Decimal 60 50 133 0.55 0.62 0 0.48 247.23 0.45 0.36
Hex 3C 32 85 37 3E 0 30 F7 2D 24
Octal 74 62 205 67 76 0 60 367 55 44
Binary 111100 110010 10000101 110111 111110 0 110000 11110111 101101 100100

Color Harmonies of #3C3285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3285

Black with #3C3285

Text Example


Text Example

White with #3C3285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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