Html Css Color HEX #3C3092 Dark Slate Blue

📋 copy color: '#3C3092'

red 60 ◦ green 48 ◦ blue 146

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

Shades of Dark Slate Blue #3C3092

Tints of Dark Slate Blue #3C3092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.9%

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

R = 23.62%
G = 18.9%
B = 57.48%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C3092 (or 0x3C3092) is known color: Dark Slate Blue. HEX triplet: 3C, 30 and 92. RGB value is (60,48,146). Sum of RGB (Red+Green+Blue) = 60+48+146=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C3092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3092 is #C3CF6D. Grayscale: #3E3E3E. Windows color (decimal): -12832622 or 9580604. OLE color: 9580604.

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

Color convert

RGB 60 48 146 -
CMYK 0.59 0.67 0 0.43
HSL 247.35º 0.51% 0.38% -
HSV(B) 247.35º 0.67% 0.57% -
XYZ 8.11 5.15 27.76 -
YUV 62.76 174.98 126.03 -
System Red Green Blue C M Y K H S L
Decimal 60 48 146 0.59 0.67 0 0.43 247.35 0.51 0.38
Hex 3C 30 92 3B 43 0 2B F7 33 26
Octal 74 60 222 73 103 0 53 367 63 46
Binary 111100 110000 10010010 111011 1000011 0 101011 11110111 110011 100110

Color Harmonies of #3C3092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3092

Black with #3C3092

Text Example


Text Example

White with #3C3092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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