Html Css Color HEX #3C2E92 Dark Slate Blue

📋 copy color: '#3C2E92'

red 60 ◦ green 46 ◦ blue 146

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

Shades of Dark Slate Blue #3C2E92

Tints of Dark Slate Blue #3C2E92

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.25%

 BLUE value IS 146 (57.42% from 255) = 57.94%

R = 23.81%
G = 18.25%
B = 57.94%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C2E92 (or 0x3C2E92) is known color: Dark Slate Blue. HEX triplet: 3C, 2E and 92. RGB value is (60,46,146). Sum of RGB (Red+Green+Blue) = 60+46+146=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C2E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2E92 is #C3D16D. Grayscale: #3D3D3D. Windows color (decimal): -12833134 or 9580092. OLE color: 9580092.

HSL color Cylindrical-coordinate representation of color #3C2E92: hue angle of 248.4º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C2E92 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 46 146 -
CMYK 0.59 0.68 0 0.43
HSL 248.4º 0.52% 0.38% -
HSV(B) 248.4º 0.68% 0.57% -
XYZ 8.03 4.99 27.73 -
YUV 61.59 175.64 126.87 -
System Red Green Blue C M Y K H S L
Decimal 60 46 146 0.59 0.68 0 0.43 248.4 0.52 0.38
Hex 3C 2E 92 3B 44 0 2B F8 34 26
Octal 74 56 222 73 104 0 53 370 64 46
Binary 111100 101110 10010010 111011 1000100 0 101011 11111000 110100 100110

Color Harmonies of #3C2E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2E92

Black with #3C2E92

Text Example


Text Example

White with #3C2E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,46,146); }

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

background-color css

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

 a { background-color: rgb(60,46,146); }

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

border-color css

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

 span { border-color: rgb(60,46,146); }

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